Difference between revisions of "Kubectl apply"

From wikieduonline
Jump to navigation Jump to search
(One intermediate revision by the same user not shown)
Line 34: Line 34:
  
 
== See also ==
 
== See also ==
* {{Pods}}
 
 
* {{kubectl}}
 
* {{kubectl}}
* {{K8s}}
 
  
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]

Revision as of 18:53, 29 June 2022

kubectl apply apply a configuration to a resource by filename or stdin [1]


  • kubectl apply --dry-run=server

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 commans

See also

  • https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply
  • Advertising: