mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	@@ -50,7 +50,7 @@ $ kubectl stop -f path/to/resources
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
      --alsologtostderr[=false]: log to standard error as well as files
 | 
					      --alsologtostderr[=false]: log to standard error as well as files
 | 
				
			||||||
      --api-version="": The API version to use when talking to the server
 | 
					      --api-version="": The API version to use when talking to the server
 | 
				
			||||||
      --certificate-authority="": Path to a cert. file for the certificate authority.
 | 
					      --certificate-authority="": Path to a cert file for the certificate authority.
 | 
				
			||||||
      --client-certificate="": Path to a client certificate file for TLS.
 | 
					      --client-certificate="": Path to a client certificate file for TLS.
 | 
				
			||||||
      --client-key="": Path to a client key file for TLS.
 | 
					      --client-key="": Path to a client key file for TLS.
 | 
				
			||||||
      --cluster="": The name of the kubeconfig cluster to use
 | 
					      --cluster="": The name of the kubeconfig cluster to use
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -163,7 +163,7 @@ func RecommendedClusterOverrideFlags(prefix string) ClusterOverrideFlags {
 | 
				
			|||||||
	return ClusterOverrideFlags{
 | 
						return ClusterOverrideFlags{
 | 
				
			||||||
		APIServer:             FlagInfo{prefix + FlagAPIServer, "", "", "The address and port of the Kubernetes API server"},
 | 
							APIServer:             FlagInfo{prefix + FlagAPIServer, "", "", "The address and port of the Kubernetes API server"},
 | 
				
			||||||
		APIVersion:            FlagInfo{prefix + FlagAPIVersion, "", "", "DEPRECATED: The API version to use when talking to the server"},
 | 
							APIVersion:            FlagInfo{prefix + FlagAPIVersion, "", "", "DEPRECATED: The API version to use when talking to the server"},
 | 
				
			||||||
		CertificateAuthority:  FlagInfo{prefix + FlagCAFile, "", "", "Path to a cert. file for the certificate authority"},
 | 
							CertificateAuthority:  FlagInfo{prefix + FlagCAFile, "", "", "Path to a cert file for the certificate authority"},
 | 
				
			||||||
		InsecureSkipTLSVerify: FlagInfo{prefix + FlagInsecure, "", "false", "If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure"},
 | 
							InsecureSkipTLSVerify: FlagInfo{prefix + FlagInsecure, "", "false", "If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure"},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user