Difference between revisions of "Kubectl apply"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
<code>[[kubectl]] apply</code> apply a configuration to a [[resource]] by filename or <code>[[stdin]]</code> <ref>https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply</ref>
 
<code>[[kubectl]] apply</code> apply a configuration to a [[resource]] by filename or <code>[[stdin]]</code> <ref>https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#apply</ref>
  
 +
[[kubectl apply --help]]
  
 
* <code>kubectl apply -f https://k8s.io/examples/pods/storage/redis.yaml</code>
 
* <code>kubectl apply -f https://k8s.io/examples/pods/storage/redis.yaml</code>

Revision as of 10:12, 30 June 2022

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

kubectl apply --help
  • 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: