Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 254 for configmaps (0.18 sec)

  1. cluster/addons/dns/coredns/coredns.yaml.sed

    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: system:coredns
    subjects:
    - kind: ServiceAccount
      name: coredns
      namespace: kube-system
    ---
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: coredns
      namespace: kube-system
      labels:
          addonmanager.kubernetes.io/mode: EnsureExists
    data:
      Corefile: |
        .:53 {
            errors
            health {
                lameduck 5s
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 18 23:50:49 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  2. tests/integration/security/external_ca/main_test.go

                - path: spec.template.spec.volumes[100]
                  value: |-
                    name: config-volume
                    configMap:
                      name: istio
                - path: spec.template.spec.volumes[100]
                  value: |-
                    name: inject-volume
                    configMap:
                      name: istio-sidecar-injector
                - path: spec.template.spec.containers[0].volumeMounts[100]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 22 14:18:21 UTC 2023
    - 4.7K bytes
    - Viewed (0)
  3. pilot/pkg/bootstrap/mesh.go

    	"istio.io/istio/pkg/config/mesh/kubemesh"
    	"istio.io/istio/pkg/filewatcher"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/version"
    )
    
    const (
    	// defaultMeshConfigMapName is the default name of the ConfigMap with the mesh config
    	// The actual name can be different - use getMeshConfigMapName
    	defaultMeshConfigMapName = "istio"
    	// configMapKey should match the expected MeshConfig file name
    	configMapKey = "mesh"
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. pkg/test/framework/components/echo/kube/templates/deployment.yaml

          - emptyDir:
              medium: Memory
    {{- else }}
          - configMap:
              name: {{ $.Service }}-certs
    {{- end }}
            name: custom-certs
    {{- end }}
    ---
    {{- end }}
    {{- end }}
    {{- if .TLSSettings}}{{if not .TLSSettings.ProxyProvision }}
    apiVersion: v1
    kind: ConfigMap
    metadata:
      name: {{ $.Service }}-certs
    data:
      root-cert.pem: |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  5. cmd/kubeadm/app/componentconfigs/kubeproxy.go

    	klog.V(1).Infof("attempting to download the KubeProxyConfiguration from ConfigMap %q", configMapName)
    	cm, err := h.fromConfigMap(clientset, configMapName, kubeadmconstants.KubeProxyConfigMapKey, false)
    	if err != nil {
    		return nil, errors.Wrapf(err, "could not download the kube-proxy configuration from ConfigMap %q",
    			configMapName)
    	}
    	return cm, nil
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 20 03:01:30 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  6. pkg/config/schema/kubetypes/resources.gen.go

    		return gvk.AuthorizationPolicy, true
    	case *k8sioapicertificatesv1.CertificateSigningRequest:
    		return gvk.CertificateSigningRequest, true
    	case *k8sioapicorev1.ConfigMap:
    		return gvk.ConfigMap, true
    	case *k8sioapiextensionsapiserverpkgapisapiextensionsv1.CustomResourceDefinition:
    		return gvk.CustomResourceDefinition, true
    	case *k8sioapiappsv1.DaemonSet:
    		return gvk.DaemonSet, true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 16:38:40 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/output/flag_output_set_values.golden.yaml

          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
            name: workload-certs
          - configMap:
              name: istio-ca-root-cert
            name: istiod-ca-cert
          - downwardAPI:
              items:
              - fieldRef:
                  fieldPath: metadata.labels
                path: labels
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/output/helm_values_enablement.golden.yaml

          volumes:
          - emptyDir: {}
            name: workload-socket
          - emptyDir: {}
            name: credential-socket
          - emptyDir: {}
            name: workload-certs
          - configMap:
              name: istio-ca-root-cert
            name: istiod-ca-cert
          - downwardAPI:
              items:
              - fieldRef:
                  fieldPath: metadata.labels
                path: labels
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 22:07:45 UTC 2023
    - 6.9K bytes
    - Viewed (0)
  9. istioctl/pkg/util/constants.go

    package util
    
    const (
    	// DefaultProxyAdminPort is the default port for the proxy admin server
    	DefaultProxyAdminPort = 15000
    
    	// DefaultMeshConfigMapName is the default name of the ConfigMap with the mesh config
    	// The actual name can be different - use getMeshConfigMapName
    	DefaultMeshConfigMapName = "istio"
    
    	// ConfigMapKey should match the expected MeshConfig file name
    	ConfigMapKey = "mesh"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  10. samples/open-telemetry/tracing/README.md

    ```yaml
    exporters:
      jaeger:
        endpoint: jaeger-collector.istio-system.svc.cluster.local:14250
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Feb 18 16:38:12 UTC 2024
    - 4.5K bytes
    - Viewed (0)
Back to top