Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/UNIX/Unix-like/Linux/Linux Strcutre/Linux Process/Linux Container/Container Orchestration/Kubernetes/Kubernetes CLI/kubectl/
kubectl patch
Search

kubectl patch

Creator
Creator
Seonglae Cho
Created
Created
2021 Aug 8 8:16
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Nov 6 11:21
Refs
Refs
kubectl pull image
should use path file or data
kubectl patch serviceaccount default -p '{"imagePullSecrets": [{"name": "regcred"}]}'
 
 
 
 
 
Update API Objects in Place Using kubectl patch
Use kubectl patch to update Kubernetes API objects in place. Do a strategic merge patch or a JSON merge patch. This task shows how to use kubectl patch to update an API object in place. The exercises in this task demonstrate a strategic merge patch and a JSON merge patch.
Update API Objects in Place Using kubectl patch
https://kubernetes.io/docs/tasks/manage-kubernetes-objects/update-api-object-kubectl-patch/
Update API Objects in Place Using kubectl patch
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Hardware Engineering/Computer/Operating System/UNIX/Unix-like/Linux/Linux Strcutre/Linux Process/Linux Container/Container Orchestration/Kubernetes/Kubernetes CLI/kubectl/
kubectl patch
Copyright Seonglae Cho