Difference between revisions of "Kube-proxy"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
 
  Name:        [[kube-root-ca.crt]]
 
  Name:        [[kube-root-ca.crt]]
 
   
 
   
 +
Describe:
 
* <code>[[kubectl -n kube-system describe configmaps kube-proxy]]</code>
 
* <code>[[kubectl -n kube-system describe configmaps kube-proxy]]</code>
 
* <code>[[kubectl -n kube-system describe configmaps kube-proxy-config]]</code>
 
* <code>[[kubectl -n kube-system describe configmaps kube-proxy-config]]</code>
* <code>[[kubectl -n kube-system describe configmaps kube-root-ca.crt]]<code>
+
* <code>[[kubectl -n kube-system describe configmaps kube-root-ca.crt]]</code>
  
 
+
Edit:
[[kubectl -n kube-system edit cm kube-proxy]]
+
* <code>[[kubectl -n kube-system edit cm kube-proxy]]</code>
  
  

Latest revision as of 17:38, 29 February 2024

EKS[edit]

kubectl describe configmaps -A | grep -w Name
Name:         kube-proxy
Name:         kube-proxy-config
Name:         kube-root-ca.crt

Describe:

Edit:


 cluster_addons = {
   coredns = {
     preserve    = true
     most_recent = true

     timeouts = {
       create = "25m"
       delete = "10m"
     }
   }
   kube-proxy = {
     most_recent = true
   }
   vpc-cni = {
     most_recent = true
   }
   aws-ebs-csi-driver = {
     most_recent = true
   }
 }

Logs[edit]

"Adding new service port" ...
"Serviced updated port"

Related terms[edit]

See also[edit]

Advertising: