Difference between revisions of "Kubectl apply"
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 31: | Line 31: | ||
== Activities == | == Activities == | ||
* [[CKA v1.15]], [[CKA v1.21]]: [[Create and configure a basic Pod]] (<code>[[kubectl apply]]</code>) | * [[CKA v1.15]], [[CKA v1.21]]: [[Create and configure a basic Pod]] (<code>[[kubectl apply]]</code>) | ||
+ | |||
+ | == Errors == | ||
+ | <code>[[Cannot unmarshal XXXXX into Go struct field]]</code> | ||
== Related commands == | == Related commands == | ||
Line 38: | Line 41: | ||
* <code>[[kubectl get]]</code> | * <code>[[kubectl get]]</code> | ||
* <code>[[kubectl apply --server-side]]</code> | * <code>[[kubectl apply --server-side]]</code> | ||
− | * <code>[[ | + | * <code>[[kubectl delete]]</code> |
== See also == | == See also == |
Revision as of 12:54, 24 March 2023
kubectl apply
apply a configuration to a resource by filename or stdin
[1]
kubectl apply --help
kubectl apply -f https://k8s.io/examples/pods/storage/redis.yaml
kubectl apply --dry-run=server
kubectl apply --server-side
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
kubectl apply -f https://k8s.io/examples/application/mysql/mysql-pv.yaml persistentvolume/mysql-pv-volume created persistentvolumeclaim/mysql-pv-claim created
kubectl apply -f ./file.yaml Error from server (InternalError): error when creating "./file.yaml": Internal error occurred: failed calling webhook "virtualmachines- mutator.kubevirt.io": Post https://virt-api.kubevirt.svc:443/virtualmachines-mutate?timeout=30s: service "virt-api" not found
Contents
Activities
Errors
Cannot unmarshal XXXXX into Go struct field
Related commands
See also
kubectl apply, --server-side, -k, -f, creationTimestamp, kubectl.kubernetes.io/last-applied-configuration, --validate=false
Advertising: