This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: apiserver.config.k8s.io/v1 | |
| kind: AdmissionConfiguration | |
| plugins: | |
| - name: MutatingAdmissionWebhook | |
| configuration: | |
| apiVersion: apiserver.config.k8s.io/v1 | |
| kind: WebhookAdmissionConfiguration | |
| webhooks: | |
| - clientConfig: | |
| caBundle: LS0tLS1CRUdJTiBDRVJUSUZJQ0FURS0tLS0tCk1JSUROakNDQWg2Z0F3SUJBZ0lSQUpiOFRuZ2xROGk4cDl1VEJpOWc4cEV3RFFZSktvWklodmNOQVFFTEJRQXcKQURBZUZ3MHlNVEF4TVRJd09UVXdORGRhRncweU1UQTBNVEl3T1RVd05EZGFNQUF3Z2dFaU1BMEdDU3FHU0liMwpEUUVCQVFVQUE0SUJEd0F3Z2dFS0FvSUJBUUNxSnBsQzFLQU1CU01OeG1pay9xaElPaUE4QlhlVVBNb0pmQkczCjdZRDM1Z0d2eXArd1dwcnZLeEJuV29mNDNOVDRTQUVyaUl3aDZ1QUZBSVNYcXR1aWxQZHFxaFo1WGF4VndCY3IKQ1gxV1pVTVRiSWk3cjJEc2JFRWl3bW5VQ2xzWm0xVlRpSDhaNFQ3YmRWNlZFNjJ2Q1lRRGd2cUpYWVIzR0cyMwpSL21VanBWNVkwaXFGQWRwdGwydzM1ckZ6WXRjdzJkLzlkUU5XT1JHbVJUdXRRVlVSZ3ppWTVnSFNGbTZzTHlFCmJYWHNhWCtQRFR1blBEN2NKS3ZLaSsySklOOFBrdkd2bWxla0VIQTJyRVJmMjNnakJsY3JNdURRMmZ2OFpvQzEKeDE3QmRjYkZLRitqTnZsODF3Z3AwbnRMdGx4OHpWVi85OEg5enc1ZnlNMW5rbHhoQWdNQkFBR2pnYW93Z2FjdwpEZ1lEVlIwUEFRSC9CQVFEQWdXZ01Bd0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl cluster-info --context kind-kind | |
| kubectl cluster-info --context kind-test-cluster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kind get clusters |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kind create cluster --name test-cluster |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl get pods |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl run --image nginx:latest nginx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| docker images |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl get pod -v 9 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl explain pod.spec.containers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kubectl explain pod |
NewerOlder