Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 62 for yamlv3 (0.11 sec)

  1. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    1.6.11-install.yaml # GENERATED by running "istioctl manifest generate -f minimal.yaml" on version 1.6.11 istioctl where "minimal.yaml" is: #apiVersion: install.istio.io/v1alpha1 #kind: IstioOperator #spec: # hub: gcr.io/istio-release # revision: 1-6-11 # components: # base: # enabled: false # pilot: # enabled: true # ingressGateways: # # values: # global: # proxy: # resources: # requests: # cpu: 10m # memory: 40Mi # # addonComponents: # prometheus: # enabled: false # AddonComponents grafana component...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  2. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    1.7.6-install.yaml # GENERATED by running "istioctl manifest generate -f minimal.yaml" on version 1.7.6 istioctl where "minimal.yaml" is: #apiVersion: install.istio.io/v1alpha1 #kind: IstioOperator #spec: # hub: gcr.io/istio-release # revision: 1-7-6 # components: # base: # enabled: false # pilot: # enabled: true # ingressGateways: # - name: istio-ingressgateway # enabled: false # # values: # global: # proxy: # resources: # requests: # cpu: 10m # memory: 40Mi apiVersion: networking.istio.io/v1alpha3...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  3. hack/local-up-cluster.sh

        if [[ "${ENABLE_CLUSTER_DNS}" = true ]]; then
            cp "${KUBE_ROOT}/cluster/addons/dns/${DNS_ADDON}/${DNS_ADDON}.yaml.in" dns.yaml
            ${SED} -i -e "s/dns_domain/${DNS_DOMAIN}/g" dns.yaml
            ${SED} -i -e "s/dns_server/${DNS_SERVER_IP}/g" dns.yaml
            ${SED} -i -e "s/dns_memory_limit/${DNS_MEMORY_LIMIT}/g" dns.yaml
            # TODO update to dns role once we have one.
            # use kubectl to create dns addon
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  4. tests/integration/security/authz_test.go

    			config.New(t).
    				Source(config.File("testdata/authz/mtls.yaml.tmpl")).
    				Source(config.File("testdata/authz/deny-global.yaml.tmpl").WithParams(param.Params{
    					param.Namespace.String(): istio.ClaimSystemNamespaceOrFail(t, t),
    				})).
    				Source(config.File("testdata/authz/deny-principal.yaml.tmpl").WithParams(
    					param.Params{
    						"Denied": denied,
    					})).
    				BuildAll(nil, to).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 23:36:51 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  5. common/scripts/metallb-native.yaml

    # Downloaded from https://github.com/metallb/metallb/raw/v0.13.12/config/manifests/metallb-native.yaml
    # With quay.io hub replaced with gcr.io/istio-testing
    # And probes tuned to startup faster
    apiVersion: v1
    kind: Namespace
    metadata:
      labels:
        pod-security.kubernetes.io/audit: privileged
        pod-security.kubernetes.io/enforce: privileged
        pod-security.kubernetes.io/warn: privileged
      name: metallb-system
    ---
    apiVersion: apiextensions.k8s.io/v1
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 23:56:31 UTC 2024
    - 63.9K bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/pkg/resource/builder_test.go

    `,
    		"service.yaml": `
    kind: Service
    apiVersion: v1
    metadata:
      name: the-service
    spec:
      selector:
        deployment: hello
      type: LoadBalancer
      ports:
      - protocol: TCP
        port: 8666
        targetPort: 8080
    `,
    		"kustomization.yaml": `
    nameprefix: test-
    resources:
    - deployment.yaml
    - service.yaml
    - configmap.yaml
    `,
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 11:58:41 UTC 2023
    - 56.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/config_test.go

    		{
    			desc:    "Empty config file content",
    			config:  "testdata/invalid-configs/kms/invalid-content.yaml",
    			want:    nil,
    			wantErr: `encryption provider configuration file "testdata/invalid-configs/kms/invalid-content.yaml" is empty`,
    		},
    		{
    			desc:    "Unable to decode",
    			config:  "testdata/invalid-configs/kms/invalid-gvk.yaml",
    			want:    nil,
    			wantErr: `error decoding encryption provider configuration file`,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 16 16:56:39 UTC 2024
    - 72.3K bytes
    - Viewed (0)
  8. staging/publishing/rules.yaml

    Akhil Mohan <******@****.***> 1718184820 +0530
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 09:33:40 UTC 2024
    - 57.6K bytes
    - Viewed (0)
  9. tests/integration/ambient/baseline_test.go

    				{
    					ConfigFile:    "beta-mtls-on.yaml",
    					Namespace:     systemNM,
    					Include:       Always,
    					ExpectSuccess: SupportsHBone,
    					// we do not expect HBONE traffic to have mutated user traffic
    					// presently ExpectMTLS is checking that headers were added to user traffic
    					ExpectMTLS: Never,
    				},
    				{
    					ConfigFile:    "beta-mtls-permissive.yaml",
    					Namespace:     systemNM,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  10. tests/integration/security/fuzz/fuzzers/wfuzz/wordlist.yaml

    Yangmin Zhu <******@****.***> 1624481702 -0700
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 23 20:55:02 UTC 2021
    - 86K bytes
    - Viewed (0)
Back to top