Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 192 for KubeConfig (0.2 sec)

  1. tools/bug-report/pkg/bugreport/bugreport.go

    	if err != nil {
    		appendGlobalErr(err)
    	}
    
    	clusterDir := archive.ClusterInfoPath(tempDir)
    
    	params := &content.Params{
    		Runner:      runner,
    		DryRun:      config.DryRun,
    		KubeConfig:  config.KubeConfigPath,
    		KubeContext: config.Context,
    	}
    	common.LogAndPrintf("\nFetching Istio control plane information from cluster.\n\n")
    	getFromCluster(content.GetK8sResources, params, clusterDir, &mandatoryWg)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Apr 05 20:57:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  2. architecture/networking/pilot.md

    #### Multicluster
    
    Various controllers read from multiple clusters.
    
    This is rooted in the Multicluster Secret controller, which reads `kubeconfig` files (stored as `Secrets`), and creating Kubernetes clients for each. The controller allows registering handlers which can process Add/Update/Delete of clusters.
    
    This has two implementations:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 07 17:53:24 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1beta1/types.go

    	//   allowed for kube-apiserver.
    	Type string `json:"type"`
    
    	// Path to KubeConfigFile for connection info
    	// Required, if connectionInfo.Type is KubeConfig
    	KubeConfigFile *string `json:"kubeConfigFile"`
    }
    
    type WebhookMatchCondition struct {
    	// expression represents the expression which will be evaluated by CEL. Must evaluate to bool.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 25.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/apis/apiserver/v1alpha1/types.go

    	//   allowed for kube-apiserver.
    	Type string `json:"type"`
    
    	// Path to KubeConfigFile for connection info
    	// Required, if connectionInfo.Type is KubeConfig
    	KubeConfigFile *string `json:"kubeConfigFile"`
    }
    
    type WebhookMatchCondition struct {
    	// expression represents the expression which will be evaluated by CEL. Must evaluate to bool.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 17:59:05 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  5. pkg/kubeapiserver/options/authentication.go

    	}
    
    	if o.WebHook != nil {
    		fs.StringVar(&o.WebHook.ConfigFile, "authentication-token-webhook-config-file", o.WebHook.ConfigFile, ""+
    			"File with webhook configuration for token authentication in kubeconfig format. "+
    			"The API server will query the remote service to determine authentication for bearer tokens.")
    
    		fs.StringVar(&o.WebHook.Version, "authentication-token-webhook-version", o.WebHook.Version, ""+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 22:40:22 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/apis/apiserver/validation/validation_test.go

    	featuregatetesting.SetFeatureGateDuringTest(t, utilfeature.DefaultFeatureGate, features.StructuredAuthorizationConfiguration, true)
    
    	badKubeConfigFile := "../some/relative/path/kubeconfig"
    
    	tempKubeConfigFile, err := os.CreateTemp("/tmp", "kubeconfig")
    	if err != nil {
    		t.Fatalf("failed to set up temp file: %v", err)
    	}
    	tempKubeConfigFilePath := tempKubeConfigFile.Name()
    	defer os.Remove(tempKubeConfigFilePath)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 87.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/plugin/pkg/authorizer/webhook/webhook_v1_test.go

    func (m *mockV1Service) Deny()               { m.allow = false }
    func (m *mockV1Service) HTTPStatusCode() int { return m.statusCode }
    
    // newV1Authorizer creates a temporary kubeconfig file from the provided arguments and attempts to load
    // a new WebhookAuthorizer from it.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 43.2K bytes
    - Viewed (0)
  8. pilot/pkg/config/kube/gateway/conversion.go

    	creds "istio.io/istio/pilot/pkg/model/credentials"
    	"istio.io/istio/pilot/pkg/model/kstatus"
    	"istio.io/istio/pilot/pkg/serviceregistry/kube"
    	"istio.io/istio/pkg/config"
    	"istio.io/istio/pkg/config/constants"
    	kubeconfig "istio.io/istio/pkg/config/gateway/kube"
    	"istio.io/istio/pkg/config/host"
    	"istio.io/istio/pkg/config/protocol"
    	"istio.io/istio/pkg/config/schema/gvk"
    	"istio.io/istio/pkg/config/schema/kind"
    	"istio.io/istio/pkg/ptr"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.30.md

      much later). ([#122204](https://github.com/kubernetes/kubernetes/pull/122204), [@danwinship](https://github.com/danwinship))
    - Fixed a regression in "kubeadm init" where a user-specified --kubeconfig file was being ignored. ([#122735](https://github.com/kubernetes/kubernetes/pull/122735), [@avorima](https://github.com/avorima))
    - Fixed a regression in kubectl version `1.29.0` where the `--attach` flag was not honored.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.31.md

    - Kubeadm: fixed a bug where the PublicKeysECDSA feature gate was not respected when generating kubeconfig files. ([#125388](https://github.com/kubernetes/kubernetes/pull/125388), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
Back to top