Difference between revisions of "Kubectl apply"
Jump to navigation
Jump to search
↑ https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
Line 35: | Line 35: | ||
* <code>[[kubectl get]]</code> | * <code>[[kubectl get]]</code> | ||
* <code>[[kubectl apply --server-side]]</code> | * <code>[[kubectl apply --server-side]]</code> | ||
+ | * <code>[[Cannot unmarshal XXXXX into Go struct field]]</code> | ||
== See also == | == See also == |
Revision as of 12:27, 12 December 2022
kubectl apply
apply a configuration to a resource by filename or stdin
[1]
kubectl apply --help
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
Activities
Related commands
kubectl create
kubectl edit
kubectl run
kubectl get
kubectl apply --server-side
Cannot unmarshal XXXXX into Go struct field
See also
kubectl apply, --server-side, -k, -f, creationTimestamp, kubectl.kubernetes.io/last-applied-configuration, --validate=false
kubectl
: [cp | config | create
|delete
|edit | explain |
apply
|exec
|get
|set
|drain | uncordon | rolling-update
|rollout
|logs
|run
|auth
|label | annotate
|version
|top
|diff
|debug
|replace
|describe
|port-forward | proxy
|scale
|rollout
|api-resources
| expose deployment | expose | patch | attach | get endpoints | ~/.kube/config | kubectl logs --help | kubectl --help, kubectl-convert, kubectl autoscale, kubectl.kubernetes.io
Advertising: