Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 43 of 43 for KubeConfigFile (0.46 sec)

  1. cmd/kubeadm/app/apis/kubeadm/types.go

    	// TLSBootstrapToken is a token used for TLS bootstrapping.
    	// If .BootstrapToken is set, this field is defaulted to .BootstrapToken.Token, but can be overridden.
    	// If .File is set, this field **must be set** in case the KubeConfigFile does not contain any other authentication information
    	TLSBootstrapToken string
    
    	// Timeout modifies the discovery timeout
    	Timeout *metav1.Duration
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 32.6K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/apis/kubeadm/v1beta4/types.go

    	// TLSBootstrapToken is a token used for TLS bootstrapping.
    	// If .BootstrapToken is set, this field is defaulted to .BootstrapToken.Token, but can be overridden.
    	// If .File is set, this field **must be set** in case the KubeConfigFile does not contain any other authentication information
    	// +optional
    	TLSBootstrapToken string `json:"tlsBootstrapToken,omitempty" datapolicy:"token"`
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 03:12:52 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  3. cluster/gce/gci/configure-helper.sh

          # configuration file.
          cat <<EOF >>/etc/srv/kubernetes/admission_controller_config.yaml
    - name: ImagePolicyWebhook
      configuration:
        imagePolicy:
          kubeConfigFile: /etc/srv/kubernetes/gcp_image_review.kubeconfig
          allowTTL: 30
          denyTTL: 30
          retryBackoff: 500
          defaultAllow: true
    EOF
        fi
      fi
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top