Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for Insecure (2.17 sec)

  1. RELEASE.md

        t, inverse Gamma) now fully reparameterized.
    *   Java: Experimental wrapper classes to make graph generation easier. Thanks
        @karllessard and @kbsriram
    *   Build & link in secure gRPC components (switch from the insecure grpc
        dependency to secure grpc dependency).
    *   Adding new endpoints for existing tensorflow symbols. These endpoints are
        going to be the preferred endpoints going forward and may replace some of
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.19.md

    - Kubeadm: add the deprecated flag --port=0 to kube-controller-manager and kube-scheduler manifests to disable insecure serving. Without this flag the components by default serve (e.g. /metrics) insecurely on the default node interface (controlled by --address). Users that wish to override this behavior and enable insecure serving can pass a custom --port=X via kubeadm's "extraArgs" mechanic for these components. ([#92720](https://github.com/kubernetes/kubernetes/pull/92720),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                      echo '
                      {
                        "xds_servers": [
                          {
                            "server_uri": "'${SERVER_URI}'",
                            "channel_creds": [{"type": "insecure"}],
                            "server_features" : ["xds_v3"]
                          }
                        ],
                        "node": {
                          "id": "'${NODE_ID}'",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"CertificateVerificationError.Err", Field, 20},
    		{"CertificateVerificationError.UnverifiedCertificates", Field, 20},
    		{"CipherSuite", Type, 14},
    		{"CipherSuite.ID", Field, 14},
    		{"CipherSuite.Insecure", Field, 14},
    		{"CipherSuite.Name", Field, 14},
    		{"CipherSuite.SupportedVersions", Field, 14},
    		{"CipherSuiteName", Func, 14},
    		{"CipherSuites", Func, 14},
    		{"Client", Func, 0},
    		{"ClientAuthType", Type, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  5. api/go1.14.txt

    pkg crypto/tls, type CertificateRequestInfo struct, Version uint16
    pkg crypto/tls, type CipherSuite struct
    pkg crypto/tls, type CipherSuite struct, ID uint16
    pkg crypto/tls, type CipherSuite struct, Insecure bool
    pkg crypto/tls, type CipherSuite struct, Name string
    pkg crypto/tls, type CipherSuite struct, SupportedVersions []uint16
    pkg debug/dwarf, const AttrAddrBase = 115
    pkg debug/dwarf, const AttrAddrBase Attr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  6. pkg/apis/core/validation/validation_test.go

    			s.Spec.Ports = append(s.Spec.Ports, core.ServicePort{Name: "q", Port: 12345, Protocol: "TCP", TargetPort: intstr.FromInt32(12345)})
    		},
    		numErrs: 0,
    	}, {
    		// For now we open firewalls, and its insecure if we open 10250, remove this
    		// when we have better protections in place.
    		name: "invalid port type=LoadBalancer",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.Type = core.ServiceTypeLoadBalancer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top