Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ENV (0.13 sec)

  1. common/scripts/metallb-native.yaml

            app: metallb
            component: controller
        spec:
          containers:
          - args:
            - --port=7472
            - --log-level=info
            - --tls-min-version=VersionTLS12
            env:
            - name: METALLB_ML_SECRET_NAME
              value: memberlist
            - name: METALLB_DEPLOYMENT
              value: controller
            image: gcr.io/istio-testing/metallb/controller:v0.14.3
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Feb 23 23:56:31 GMT 2024
    - 63.9K bytes
    - Viewed (0)
  2. istioctl/pkg/describe/describe.go

    							gns := vsNamespace
    							parts := strings.SplitN(gatewayName, "/", 2)
    							if len(parts) == 2 {
    								gatewayName = parts[1]
    								gns = parts[0]
    							}
    							// todo: check istiod env `PILOT_SCOPE_GATEWAY_TO_NAMESPACE`, if true, need to match gateway namespace
    
    							gwID := newResourceID(gns, gatewayName)
    							if gok := recordGateways[gwID]; !gok {
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Sat Apr 13 05:23:38 GMT 2024
    - 50.4K bytes
    - Viewed (0)
Back to top