Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HostAliases (0.1 sec)

  1. pkg/test/framework/components/echo/kube/templates/vm_deployment.yaml

            nameservers:
            - "8.8.8.8"
            options:
            - name: "ndots"
              value: "1"
    {{- if $.VM.IstioHost }}
          # Override the istiod host to force traffic through east-west gateway.
          hostAliases:
          - ip: {{ $.VM.IstioIP }}
            hostnames:
            - {{ $.VM.IstioHost }}
    {{- end }}
          # Disable service account mount, to mirror VM
          automountServiceAccountToken: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top