Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InClusterConfig (0.27 sec)

  1. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    				field.NotSupported(field.NewPath("connectionInfo"), api.WebhookConnectionInfo{Type: "ExternalClusterConfig"}, []string{"InClusterConfig", "KubeConfigFile"}),
    			},
    			knownTypes:      sets.NewString(string("Webhook")),
    			repeatableTypes: sets.NewString(string("Webhook")),
    		},
    		{
    			name: "if connectionInfo=InClusterConfig, then kubeConfigFile should be nil",
    			configuration: api.AuthorizationConfiguration{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  2. cluster/gce/windows/k8s-node-setup.psm1

          }
          $kubernetes_master_name = ${kube_env}['KUBERNETES_MASTER_NAME']
          $flags = "${flags} --apiserver-override=`"https://${kubernetes_master_name}?inClusterConfig=false&auth=${env:NODEPROBLEMDETECTOR_KUBECONFIG_FILE}`""
    
          Log-Output "Creating service: ${NPD_SERVICE}"
          Log-Output "${npd_bin} ${flags}"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 88.3K bytes
    - Viewed (0)
Back to top