Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 153 for rbacv1 (0.21 sec)

  1. pkg/bootstrap/testdata/lrs_golden.json

              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/upgrade/postupgrade.go

    		errs = append(errs, errors.Wrap(err, "error uploading crisocket"))
    	}
    
    	// Create RBAC rules that makes the bootstrap tokens able to get nodes
    	if err := nodebootstraptoken.AllowBoostrapTokensToGetNodes(client); err != nil {
    		errs = append(errs, err)
    	}
    
    	// Create/update RBAC rules that makes the bootstrap tokens able to post CSRs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 11 10:21:20 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/default_golden.json

              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/tracing_datadog_golden.json

              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  5. cluster/addons/node-problem-detector/npd.yaml

      labels:
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
    ---
    apiVersion: rbac.authorization.k8s.io/v1
    kind: ClusterRoleBinding
    metadata:
      name: npd-binding
      labels:
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: ClusterRole
      name: system:node-problem-detector
    subjects:
    - kind: ServiceAccount
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/authsds_golden.json

              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/xdsproxy_golden.json

              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/tracing_none_golden.json

              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  9. pkg/bootstrap/testdata/tracing_zipkin_golden.json

              },
              {
              "prefix": "cluster.xds-grpc"
              },
              {
              "prefix": "wasm"
              },
              {
              "suffix": "rbac.allowed"
              },
              {
              "suffix": "rbac.denied"
              },
              {
              "suffix": "shadow_allowed"
              },
              {
              "suffix": "shadow_denied"
              },
              {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  10. manifests/charts/gateways/istio-egress/templates/role.yaml

    {{ $gateway := index .Values "gateways" "istio-egressgateway" }}
    apiVersion: rbac.authorization.k8s.io/v1
    kind: Role
    metadata:
      name: {{ $gateway.name }}-sds
      namespace: {{ .Release.Namespace }}
      labels:
        release: {{ .Release.Name }}
        istio.io/rev: {{ .Values.revision | default "default" | quote }}
        install.operator.istio.io/owning-resource: {{ .Values.ownerName | default "unknown" }}
        operator.istio.io/component: "EgressGateways"
    rules:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 18:16:49 UTC 2024
    - 538 bytes
    - Viewed (0)
Back to top