Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 277 for KUBECONFIG (0.2 sec)

  1. tools/certs/README.md

    The directory contains two Makefiles for generating new root, intermediate certificates and workload certificates:
    - `Makefile.k8s.mk`: Creates certificates based on a root-ca from a k8s cluster. The current context in the default
    `kubeconfig` is used for accessing the cluster.
    - `Makefile.selfsigned.mk`: Creates certificates based on a generated self-signed root.
    
    The table below describes the targets supported by both Makefiles.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 17 20:29:15 UTC 2020
    - 1.8K bytes
    - Viewed (0)
  2. tests/integration/tests.mk

    _INTEGRATION_TEST_KUBECONFIG ?= $(INTEGRATION_TEST_KUBECONFIG)
    
    # If $(INTEGRATION_TEST_KUBECONFIG) not specified, use $(KUBECONFIG).
    ifeq ($(_INTEGRATION_TEST_KUBECONFIG),)
        _INTEGRATION_TEST_KUBECONFIG = $(KUBECONFIG)
    endif
    
    # If neither $(INTEGRATION_TEST_KUBECONFIG) nor $(KUBECONFIG) specified, use default.
    ifeq ($(_INTEGRATION_TEST_KUBECONFIG),)
        _INTEGRATION_TEST_KUBECONFIG = ~/.kube/config
    endif
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 20:33:28 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  3. releasenotes/notes/meshctl-bug-report-context-fix.yaml

    area: istioctl
    
    # issue is a list of GitHub issues resolved in this note.
    issue:
      - https://github.com/istio/istio/issues/35574
    releaseNotes:
    - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 12 22:32:54 UTC 2021
    - 289 bytes
    - Viewed (0)
  4. cmd/kubeadm/app/cmd/certs.go

    	or in the case of kubeconfig files, the PEM encoded signed certificate should be base64 encoded
    	and added to the kubeconfig file in the "users > user > client-certificate-data" field.
    `)
    	generateCSRExample = cmdutil.Examples(`
    	# The following command will generate keys and CSRs for all control-plane certificates and kubeconfig files:
    	kubeadm certs generate-csr --kubeconfig-dir /tmp/etc-k8s --cert-dir /tmp/etc-k8s/pki
    `)
    )
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  5. plugin/pkg/admission/imagepolicy/admission.go

    //	  }
    //	}
    //
    // The config file may be json or yaml.
    //
    // The kubeconfig property refers to another file in the kubeconfig format which
    // specifies how to connect to the webhook backend.
    //
    // The kubeconfig's cluster field is used to refer to the remote service, user refers to the returned authorizer.
    //
    //	# clusters refers to the remote service.
    //	clusters:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 02 06:05:06 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  6. pkg/test/env/istio.go

    	// nolint: golint, revive, stylecheck
    	GRPC_ECHO_IMAGE Variable = "GRPC_ECHO_IMAGE"
    
    	// KUBECONFIG is the list of Kubernetes configuration files. If configuration files are specified on
    	// the command-line, that takes precedence.
    	// nolint: revive, stylecheck
    	KUBECONFIG Variable = "KUBECONFIG"
    
    	// IstioSrc is the location of istio source ($TOP/src/istio.io/istio
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 16:24:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  7. cni/pkg/install/testdata/istio-cni.conf.template

    {
      "cniVersion": "0.3.1",
      "name": "istio-cni",
      "type": "istio-cni",
      "plugin_log_level": "__LOG_LEVEL__",
      "kubernetes": {
          "kubeconfig": "__KUBECONFIG_FILENAME__",
          "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
    - 220 bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiserver/pkg/server/options/authentication_test.go

    			expectAuthenticator: false,
    		},
    		{
    			name: "optional kubeconfig",
    			options: func() *DelegatingAuthenticationOptions {
    				opts := NewDelegatingAuthenticationOptions()
    				opts.RemoteKubeConfigFileOptional = true
    				return opts
    			}(),
    			expectError:          false, // in-cluster client building fails, no kubeconfig required
    			expectAuthenticator:  true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 23 15:01:56 UTC 2019
    - 6.9K bytes
    - Viewed (0)
  9. cluster/gce/manifests/glbc.manifest

        - --logtostderr=false
        - --log_file=/var/log/glbc.log
        - --enable-finalizer-remove
        - --enable-finalizer-add
        - --default-backend-service=kube-system/default-http-backend
        - --kubeconfig=/etc/srv/kubernetes/l7-lb-controller/kubeconfig
        - --sync-period=600s
        - --running-in-cluster=false
        - --config-file-path=/etc/gce.conf
        - --healthz-port=8086
        - --gce-ratelimit=ga.Operations.Get,qps,10,100
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 14 10:40:01 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  10. releasenotes/notes/48224.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 48224
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Dec 20 08:44:39 UTC 2023
    - 213 bytes
    - Viewed (0)
Back to top