Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for busybox (0.14 sec)

  1. pkg/apis/core/validation/validation_test.go

    						},
    					},
    				}},
    				EphemeralContainerStatuses: []core.ContainerStatus{{
    					ContainerID: "docker://numbers",
    					Image:       "busybox",
    					ImageID:     "docker-pullable://busybox@sha256:d0gf00d",
    					Name:        "debug",
    					Ready:       false,
    					State: core.ContainerState{
    						Running: &core.ContainerStateRunning{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

            metadata:
              annotations:
                sidecar.istio.io/rewriteAppHTTPProbers: "false"
            spec:
              initContainers:
                - name: grpc-bootstrap-init
                  image: busybox:1.28
                  volumeMounts:
                    - mountPath: /var/lib/grpc/data/
                      name: grpc-io-proxyless-bootstrap
                  env:
                    - name: INSTANCE_IP
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

     - Insert a debug container in clusters that don’t have ephemeral containers enabled 
     - Modify a crashing container for easier debugging by changing its image, for example to busybox, or its command, for example, to `sleep 1d` so you have time to `kubectl exec`.
     - Inspect configuration files on a node's host filesystem
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
Back to top