Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 133 for KubeConfig (0.36 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/output/pilot_override_values.golden.yaml

                  path: istio-token
          - name: cacerts
            secret:
              optional: true
              secretName: cacerts
          - name: istio-kubeconfig
            secret:
              optional: true
              secretName: istio-kubeconfig
          - name: istio-csr-dns-cert
            secret:
              optional: true
              secretName: istiod-tls
          - configMap:
              defaultMode: 420
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/cmd/phases/workflow/doc.go

    		/apiserver      Generates an API server serving certificate and key
    		...
    	kubeconfig		Generates all kubeconfig files necessary to establish the control plane
    		/admin          Generates a kubeconfig file for the admin to use and for kubeadm itself
    		/kubelet        Generates a kubeconfig file for the kubelet to use.
    		...
    	...
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 14 23:49:31 UTC 2019
    - 2.6K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/cmd/kubeconfig_test.go

    			cmd.SetArgs(allFlags)
    			if err := cmd.Execute(); err != nil {
    				t.Fatalf("Could not execute subcommand: %v", err)
    			}
    
    			// reads kubeconfig written to stdout
    			config, err := clientcmd.Load(buf.Bytes())
    			if err != nil {
    				t.Fatalf("couldn't read kubeconfig file from buffer: %v", err)
    			}
    
    			// checks that CLI flags are properly propagated
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  4. cmd/kubeadm/app/componentconfigs/kubeproxy.go

    	}
    
    	if kp.config.ClientConnection.Kubeconfig == "" {
    		kp.config.ClientConnection.Kubeconfig = kubeproxyKubeConfigFileName
    	} else if kp.config.ClientConnection.Kubeconfig != kubeproxyKubeConfigFileName {
    		warnDefaultComponentConfigValue(kind, "clientConnection.kubeconfig", kubeproxyKubeConfigFileName, kp.config.ClientConnection.Kubeconfig)
    	}
    }
    
    // Mutate is NOP for the kube-proxy config
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 03:01:30 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  5. cni/pkg/install/testdata/istio-cni-prefixed.conf

    {
      "cniVersion": "0.3.1",
      "name": "istio-cni",
      "type": "prefix-istio-cni",
      "plugin_log_level": "debug",
      "kubernetes": {
          "kubeconfig": "/path/to/kubeconfig",
          "cni_bin_dir": "/path/cni/bin"
      }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 215 bytes
    - Viewed (0)
  6. cni/pkg/install/testdata/list-with-istio.conflist.golden

        {
          "ambient_enabled": false,
          "cni_event_address": "",
          "dns": {},
          "ipam": {},
          "kubernetes": {
            "exclude_namespaces": [
              ""
            ],
            "kubeconfig": "/path/to/kubeconfig"
          },
          "log_uds_address": "",
          "name": "istio-cni",
          "plugin_log_level": "debug",
          "type": "istio-cni"
        }
      ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 867 bytes
    - Viewed (0)
  7. cmd/kubeadm/app/discovery/file/file.go

    	if len(config.Clusters) < 1 {
    		return nil, errors.New("the provided kubeconfig file must have at least one Cluster defined")
    	}
    	currentClusterName, currentCluster := kubeconfigutil.GetClusterFromKubeConfig(config)
    	if currentCluster == nil {
    		return nil, errors.New("the provided kubeconfig file must have a unnamed Cluster or a CurrentContext that specifies a non-nil Cluster")
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 14 13:07:55 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. cni/test/testdata/pre/noname_calico.conflist

          "plugin_log_level": "info",
          "mtu": 1500,
          "ipam": {
            "type": "calico-ipam"
          },
          "policy": {
            "type": "k8s"
          },
          "kubernetes": {
            "kubeconfig": "/etc/cni/net.d/calico-kubeconfig"
          }
        },
        {
          "type": "portmap",
          "snat": true,
          "capabilities": {
            "portMappings": true
          }
        }
      ]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 499 bytes
    - Viewed (0)
  9. tools/bug-report/pkg/kubeclient/kubeclient.go

    	"istio.io/istio/pkg/kube"
    )
    
    const (
    	defaultTimeoutDurationStr = "10m"
    )
    
    // New creates a rest.Config and Clientset from the given kubeconfig path and Context.
    func New(kubeconfig, kubeContext string) (*rest.Config, *kubernetes.Clientset, error) {
    	clientConfig := kube.BuildClientCmd(kubeconfig, kubeContext, func(co *clientcmd.ConfigOverrides) {
    		co.Timeout = defaultTimeoutDurationStr
    	})
    	restConfig, err := clientConfig.ClientConfig()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Nov 04 12:07:50 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. operator/cmd/mesh/testdata/manifest-generate/output/install_package_path.golden.yaml

                  path: istio-token
          - name: cacerts
            secret:
              optional: true
              secretName: cacerts
          - name: istio-kubeconfig
            secret:
              optional: true
              secretName: istio-kubeconfig
          - name: istio-csr-dns-cert
            secret:
              optional: true
              secretName: istiod-tls
          - configMap:
              defaultMode: 420
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 4.2K bytes
    - Viewed (0)
Back to top