Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 136 for test_admin (0.14 sec)

  1. pkg/kube/inject/testdata/inject/startup_ready_live.yaml.injected

              requests:
                cpu: 100m
                memory: 128Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                add:
                - NET_ADMIN
                - NET_RAW
                drop:
                - ALL
              privileged: false
              readOnlyRootFilesystem: false
              runAsGroup: 0
              runAsNonRoot: false
              runAsUser: 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. pkg/kube/inject/testdata/inject/two_container.yaml.injected

              requests:
                cpu: 100m
                memory: 128Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                add:
                - NET_ADMIN
                - NET_RAW
                drop:
                - ALL
              privileged: false
              readOnlyRootFilesystem: false
              runAsGroup: 0
              runAsNonRoot: false
              runAsUser: 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  3. pkg/kube/inject/testdata/inject/merge-probers.yaml.injected

              requests:
                cpu: 100m
                memory: 128Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                add:
                - NET_ADMIN
                - NET_RAW
                drop:
                - ALL
              privileged: false
              readOnlyRootFilesystem: false
              runAsGroup: 0
              runAsNonRoot: false
              runAsUser: 0
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Oct 13 23:27:34 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  4. cni/README.md

    - In ambient mode, the CNI plugin does not configure any networking, but is only responsible for synchronously pushing...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/CertificatePinnerTest.kt

        certificatePinner.check("anotherexample.co.uk", listOf(certB1.certificate))
        certificatePinner.check("foo.anotherexample.co.uk", listOf(certB1.certificate))
      }
    
      @Test
      fun testBadPin() {
        assertFailsWith<IllegalArgumentException> {
          CertificatePinner.Pin(
            "example.co.uk",
            "sha256/a",
          )
        }
      }
    
      @Test
      fun testBadAlgorithm() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  6. manifests/charts/istio-cni/templates/daemonset.yaml

                capabilities:
                  drop:
                  - ALL
                  add:
                  # CAP_NET_ADMIN is required to allow ipset and route table access
                  - NET_ADMIN
                  # CAP_NET_RAW is required to allow iptables mutation of the `nat` table
                  - NET_RAW
                  # CAP_SYS_ADMIN is required for both ambient and repair, in order to open
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 17 21:52:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  7. plugin/pkg/admission/extendedresourcetoleration/admission_test.go

    	"k8s.io/apiserver/pkg/admission"
    	admissiontesting "k8s.io/apiserver/pkg/admission/testing"
    	"k8s.io/kubernetes/pkg/apis/core"
    	"k8s.io/kubernetes/pkg/apis/core/helper"
    )
    
    func TestAdmit(t *testing.T) {
    
    	plugin := admissiontesting.WithReinvocationTesting(t, newExtendedResourceToleration())
    
    	containerRequestingCPU := core.Container{
    		Resources: core.ResourceRequirements{
    			Requests: core.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Aug 20 15:11:00 UTC 2019
    - 10.3K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/templates/vm_deployment.yaml

          - name: istio-proxy
            image: {{ $.ImageHub }}/{{ $.VM.Image }}:{{ $.ImageTag }}
            imagePullPolicy: {{ $.ImagePullPolicy }}
            securityContext:
              capabilities:
                add:
                - NET_ADMIN
                - SYS_RESOURCE # Required for core dumps
              runAsUser: 1338
              runAsGroup: 1338
            command:
            - bash
            - -c
            - |-
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 03 19:29:42 UTC 2024
    - 8K bytes
    - Viewed (0)
  9. pkg/config/analysis/analyzers/testdata/sidecar-injector-configmap-with-revision-canary.yaml

          {{- else }}
            resources: {}
          {{- end }}
            securityContext:
              runAsUser: 0
              runAsNonRoot: false
              capabilities:
                add:
                - NET_ADMIN
              {{- if .Values.global.proxy.privileged }}
              privileged: true
              {{- end }}
            restartPolicy: Always
          {{- end }}
          {{  end -}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/common/sidecar-injector-configmap.yaml

          {{- else }}
            resources: {}
          {{- end }}
            securityContext:
              runAsUser: 0
              runAsNonRoot: false
              capabilities:
                add:
                - NET_ADMIN
              {{- if .Values.global.proxy.privileged }}
              privileged: true
              {{- end }}
            restartPolicy: Always
          {{- end }}
          {{  end -}}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 21 03:10:21 UTC 2024
    - 27.4K bytes
    - Viewed (0)
Back to top