Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 163 for ucrt (0.08 sec)

  1. hack/make-rules/test-cmd.sh

        --storage-media-type="${KUBE_TEST_API_STORAGE_TYPE-}" \
        --cert-dir="${TMPDIR:-/tmp/}" \
        --service-cluster-ip-range="10.0.0.0/24" \
        --client-ca-file=hack/testdata/ca/ca.crt \
        --token-auth-file=hack/testdata/auth-tokens.csv 1>&2 &
      export APISERVER_PID=$!
    
      kube::util::wait_for_url_with_bearer_token "https://127.0.0.1:${SECURE_API_PORT}/healthz" "admin-token" "apiserver"
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 09:10:14 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. cluster/gce/addons/konnectivity-agent/konnectivity-agent-ds.yaml

              name: konnectivity-agent
              command: ["/proxy-agent"]
              args: [
                      "--logtostderr=true",
                      "--ca-cert=/var/run/secrets/kubernetes.io/serviceaccount/ca.crt",
    __EXTRA_PARAMS__
                      "--proxy-server-host=__APISERVER_IP__",
                      "--proxy-server-port=8132",
                      "--sync-interval=5s",
                      "--sync-interval-cap=30s",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 10:31:11 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  3. cmd/kubeadm/app/util/config/joinconfiguration_test.go

    			`),
    			expectErr: true,
    		},
    		{
    			name: "valid v1beta3 is loaded",
    			fileContents: dedent.Dedent(`
    				apiVersion: kubeadm.k8s.io/v1beta3
    				kind: JoinConfiguration
    				caCertPath: /etc/kubernetes/pki/ca.crt
    				nodeRegistration:
    				  criSocket: "unix:///var/run/unknown.sock"
    				discovery:
    				  bootstrapToken:
    				    apiServerEndpoint: kube-apiserver:6443
    				    token: abcdef.0123456789abcdef
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 13 09:17:03 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/serving.go

    		"trump over extracted names. For multiple key/certificate pairs, use the "+
    		"--tls-sni-cert-key multiple times. "+
    		"Examples: \"example.crt,example.key\" or \"foo.crt,foo.key:*.foo.com,foo.com\".")
    
    	fs.IntVar(&s.HTTP2MaxStreamsPerConnection, "http2-max-streams-per-connection", s.HTTP2MaxStreamsPerConnection, ""+
    		"The limit that the server gives to clients for "+
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 13:08:18 UTC 2024
    - 15.9K bytes
    - Viewed (1)
  5. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    			CACertPath: "/some/cert.crt",
    			Discovery: kubeadmapi.Discovery{
    				BootstrapToken: &kubeadmapi.BootstrapTokenDiscovery{
    					Token: "abcdef.1234567890123456@foobar",
    				},
    				File: &kubeadmapi.FileDiscovery{
    					KubeConfigPath: "foo",
    				},
    			},
    		}, false},
    		{&kubeadmapi.JoinConfiguration{ // Pass without JoinControlPlane
    			CACertPath: "/some/cert.crt",
    			Discovery: kubeadmapi.Discovery{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  6. cluster/gce/manifests/cloud-controller-manager.manifest

          "requests": {
            "cpu": "10m"
          }
        },
        "command": [
          "/cloud-pv-admission-labeler",
          "--addr=localhost:9001",
          "--tls-cert-path=/etc/srv/kubernetes/pki/cloud-pvl-admission/server.crt",
          "--tls-key-path=/etc/srv/kubernetes/pki/cloud-pvl-admission/server.key",
          "--cloud-provider=gce",
          "--cloud-config=/etc/gce.conf"
        ],
        "volumeMounts": [
            {{cloud_config_mount}}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 23 08:50:12 UTC 2024
    - 4K bytes
    - Viewed (0)
  7. Dockerfile.release.fips

        MINIO_KMS_SECRET_KEY_FILE=kms_master_key \
        MINIO_UPDATE_MINISIGN_PUBKEY="RWTx5Zr1tiHQLwG9keckT0c45M3AGeHD6IvimQHpyRywVWGbP1aVSGav" \
        MINIO_CONFIG_ENV_FILE=config.env
    
    COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
    COPY --from=build /go/bin/minio /usr/bin/minio
    COPY --from=build /go/bin/cur* /usr/bin/
    
    COPY CREDITS /licenses/CREDITS
    COPY LICENSE /licenses/LICENSE
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Mar 30 09:41:56 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/templates/vm_deployment.yaml

    {{- end }}
    {{- if $p.InstanceIP }}
                 --bind-ip={{ $p.Port }} \
    {{- end }}
    {{- if $p.LocalhostIP }}
                 --bind-localhost={{ $p.Port }} \
    {{- end }}
    {{- end }}
                 --crt=/var/lib/istio/cert.crt \
                 --key=/var/lib/istio/cert.key
            env:
            - name: INSTANCE_IP
              valueFrom:
                fieldRef:
                  fieldPath: status.podIP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 8K bytes
    - Viewed (0)
  9. cluster/gce/gci/configure-helper.sh

      if [[ -z "${CA_CERT_BUNDLE:-}" ]]; then
        CA_CERT_BUNDLE="${CA_CERT}"
      fi
    
      CA_CERT_BUNDLE_PATH="${pki_dir}/ca-certificates.crt"
      write-pki-data "${CA_CERT_BUNDLE}" "${CA_CERT_BUNDLE_PATH}"
    
      if [[ -n "${KUBELET_CERT:-}" && -n "${KUBELET_KEY:-}" ]]; then
        KUBELET_CERT_PATH="${pki_dir}/kubelet.crt"
        write-pki-data "${KUBELET_CERT}" "${KUBELET_CERT_PATH}"
    
        KUBELET_KEY_PATH="${pki_dir}/kubelet.key"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  10. hack/lib/util.sh

        local id=$3
        local purpose=$4
        # Create client ca
        ${sudo} /usr/bin/env bash -e <<EOF
        rm -f "${dest_dir}/${id}-ca.crt" "${dest_dir}/${id}-ca.key"
        ${OPENSSL_BIN} req -x509 -sha256 -new -nodes -days 365 -newkey rsa:2048 -keyout "${dest_dir}/${id}-ca.key" -out "${dest_dir}/${id}-ca.crt" -subj "/C=xx/ST=x/L=x/O=x/OU=x/CN=ca/emailAddress=x/"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:07:33 UTC 2024
    - 25.9K bytes
    - Viewed (0)
Back to top