Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 50 for port_forward (0.36 sec)

  1. CHANGELOG/CHANGELOG-1.19.md

    - Reverted the previous fix for portforward cleanup because it introduced a kubelet regression which can lead into segmentation faults. ([#102588](https://github.com/kubernetes/kubernetes/pull/102588), [@saschagrunert](https://github.com/saschagrunert)) [SIG API Machinery and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  2. pkg/apis/core/types.go

    // used by both the client side and server side components.
    //
    // This is probably not the ideal place for them, but it didn't seem worth it
    // to create pkg/exec and pkg/portforward just to contain a single file with
    // constants in it.  Suggestions for more appropriate alternatives are
    // definitely welcome!
    const (
    	// Enable stdin for remote command execution
    	ExecStdinParam = "input"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    * Exec and portforward actions over SPDY now properly handle redirects sent by the Kubelet ([#44451](https://github.com/kubernetes/kubernetes/pull/44451), [@ncdc](https://github.com/ncdc))
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.20.md

    - Reverted the previous fix for portforward cleanup because it introduced a kubelet regression which can lead into segmentation faults. ([#102586](https://github.com/kubernetes/kubernetes/pull/102586), [@saschagrunert](https://github.com/saschagrunert)) [SIG API Machinery and Node]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  5. api/openapi-spec/v3/api__v1_openapi.json

                "type": "boolean",
                "uniqueItems": true
              }
            }
          ]
        },
        "/api/v1/namespaces/{namespace}/pods/{name}/portforward": {
          "get": {
            "description": "connect GET requests to portforward of Pod",
            "operationId": "connectCoreV1GetNamespacedPodPortforward",
            "responses": {
              "200": {
                "content": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 1.8M bytes
    - Viewed (0)
  6. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "$ref": "#/parameters/timestamps-9iaguSfl"
            }
          ]
        },
        "/api/v1/namespaces/{namespace}/pods/{name}/portforward": {
          "get": {
            "consumes": [
              "*/*"
            ],
            "description": "connect GET requests to portforward of Pod",
            "operationId": "connectCoreV1GetNamespacedPodPortforward",
            "produces": [
              "*/*"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  7. api/openapi-spec/swagger.json

              "$ref": "#/parameters/timestamps-c17fW1w_"
            }
          ]
        },
        "/api/v1/namespaces/{namespace}/pods/{name}/portforward": {
          "get": {
            "consumes": [
              "*/*"
            ],
            "description": "connect GET requests to portforward of Pod",
            "operationId": "connectCoreV1GetNamespacedPodPortforward",
            "produces": [
              "*/*"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    clusterrolebindings - clusterroles - roles - rolebindings verbs: - '*' - apiGroups: - coordination.k8s.io resources: - leases verbs: - get - create - update - apiGroups: - "" resources: - configmaps - endpoints - events - namespaces - pods - pods/proxy - pods/portforward - persistentvolumeclai - secrets - services - serviceaccounts - resourcequotas verbs: - '*' --- manifests/charts/istio-operator/templates/crds.yaml {{- if .Values.enableCRDTemplates -}} {{- range $path, $bytes := .Files.Glob "crds/*.yaml" -}} ---...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "uniqueItems": true
            }
          ]
        },
        "/api/v1/namespaces/{namespace}/pods/{name}/portforward": {
          "get": {
            "consumes": [
              "*/*"
            ],
            "description": "connect GET requests to portforward of Pod",
            "operationId": "connectCoreV1GetNamespacedPodPortforward",
            "produces": [
              "*/*"
            ],
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  10. pkg/generated/openapi/zz_generated.openapi.go

    						SchemaProps: spec.SchemaProps{
    							Description: "enableDebuggingHandlers enables server endpoints for log access and local running of containers and commands, including the exec, attach, logs, and portforward features. Default: true",
    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"enableContentionProfiling": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
Back to top