Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for mysvc (0.02 sec)

  1. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      repeated EndpointPort ports = 3;
    }
    
    // Endpoints is a collection of endpoints that implement the actual service. Example:
    //
    // 	 Name: "mysvc",
    // 	 Subsets: [
    // 	   {
    // 	     Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}],
    // 	     Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}]
    // 	   },
    // 	   {
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.16.md

    Webhook client credentials configured with `--admission-control-config-file` must include non-default ports in the configured hostnames. For example, a webhook configured to speak to port 8443 on service `mysvc` in namespace `myns` would specify client credentials in a stanza with `name: mysvc.myns.svc:8443`. See https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#authenticate-apiservers for more details. ([#82252](https://github.com/kubernetes/kubernetes/pull/82252),...
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
Back to top