Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 31 for registry_ (0.27 sec)

  1. CHANGELOG/CHANGELOG-1.22.md

    ## Changelog since v1.22.16
    
    ## Changes by Kind
    
    ### Feature
    
    - Kubeadm: use the image registry registry.k8s.io instead of k8s.gcr.io for new clusters. During upgrade, migrate users to registry.k8s.io if they were using the default of k8s.gcr.io. ([#113388](https://github.com/kubernetes/kubernetes/pull/113388), [@neolit123](https://github.com/neolit123)) [SIG Cluster Lifecycle]
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

    	* Using http2 in kubeapi-load-balancer to fix `kubectl exec` uses ([#43625](https://github.com/kubernetes/kubernetes/pull/43625), [@mbruzek](https://github.com/mbruzek))
    
    
      * Don't append :443 to registry domain in the kubernetes-worker layer registry action ([#45550](https://github.com/kubernetes/kubernetes/pull/45550), [@jacekn](https://github.com/jacekn))
    
    * kubeadm
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation.go

    	} else {
    		for _, hostPortPair := range strings.Split(quobyte.Registry, ",") {
    			if _, _, err := net.SplitHostPort(hostPortPair); err != nil {
    				allErrs = append(allErrs, field.Invalid(fldPath.Child("registry"), quobyte.Registry, "must be a host:port pair or multiple pairs separated by commas"))
    			}
    		}
    	}
    
    	if len(quobyte.Volume) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  4. common-protos/k8s.io/api/core/v1/generated.proto

    // Quobyte volumes do not support ownership management or SELinux relabeling.
    message QuobyteVolumeSource {
      // registry represents a single or multiple Quobyte Registry services
      // specified as a string as host:port pair (multiple entries are separated with commas)
      // which acts as the central registry for volumes
      optional string registry = 1;
    
      // volume is a string that references an already created Quobyte volume by name.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    	"registry": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
    	"volume":   "volume is a string that references an already created Quobyte volume by name.",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    type QuobyteVolumeSource struct {
    	// registry represents a single or multiple Quobyte Registry services
    	// specified as a string as host:port pair (multiple entries are separated with commas)
    	// which acts as the central registry for volumes
    	Registry string `json:"registry" protobuf:"bytes,1,opt,name=registry"`
    
    	// volume is a string that references an already created Quobyte volume by name.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/generated.proto

    // Quobyte volumes do not support ownership management or SELinux relabeling.
    message QuobyteVolumeSource {
      // registry represents a single or multiple Quobyte Registry services
      // specified as a string as host:port pair (multiple entries are separated with commas)
      // which acts as the central registry for volumes
      optional string registry = 1;
    
      // volume is a string that references an already created Quobyte volume by name.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
  8. pkg/apis/core/types.go

    // Quobyte volumes do not support ownership management or SELinux relabeling.
    type QuobyteVolumeSource struct {
    	// Registry represents a single or multiple Quobyte Registry services
    	// specified as a string as host:port pair (multiple entries are separated with commas)
    	// which acts as the central registry for volumes
    	Registry string
    
    	// Volume is a string that references an already created Quobyte volume by name.
    	Volume string
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.15.md

    - Bug fix: Windows Kubelet nodes will now correctly search the default location for Docker credentials (`%USERPROFILE%\.docker\config.json`) when pulling images from a private registry. (https://kubernetes.io/docs/concepts/containers/images/#configuring-nodes-to-authenticate-to-a-private-registry) ([#78528](https://github.com/kubernetes/kubernetes/pull/78528), [@bclau](https://github.com/bclau))
    
    
    ## Dependencies
    
    ### Changed
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "type": "boolean"
              },
              "registry": {
                "default": "",
                "description": "registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes",
                "type": "string"
              },
              "tenant": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
Back to top