Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for Cloud (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.8.md

    * Deprecate auto detecting cloud providers in kubelet. Auto detecting cloud providers go against the initiative for out-of-tree cloud providers as we'll now depend on cAdvisor integrations with cloud providers instead of the core repo. In the near future, `--cloud-provider` for kubelet will either be an empty string or `external`.  ([#51312](https://github.com/kubernetes/kubernetes/pull/51312),...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.7.md

    #### Cloud Provider Support
    * [alpha] Improved support for out-of-tree and out-of-process cloud providers, a.k.a pluggable cloud providers. See [Build and Run cloud-controller-manager](https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller) documentation.
    
    
    ### **Cluster Federation**
    #### Placement Policy
    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. CHANGELOG/CHANGELOG-1.6.md

    * vSphere cloud provider: Remove the dependency of login information on worker nodes for vsphere cloud provider. ([#43545](https://github.com/kubernetes/kubernetes/pull/43545), [@luomiao](https://github.com/luomiao))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.14.md

        - [API Machinery](#api-machinery)
        - [Apps](#apps)
        - [Auth](#auth)
        - [AWS](#aws)
        - [Azure](#azure)
        - [CLI](#cli)
        - [Cloud Provider](#cloud-provider)
        - [Cluster Lifecycle](#cluster-lifecycle)
        - [GCP](#gcp)
        - [Network](#network)
        - [Node](#node)
        - [Scheduling](#scheduling)
        - [Storage](#storage)
        - [Testing](#testing)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (2)
  5. src/cmd/go/internal/modfetch/zip_sum_test/testdata/zip_sums.csv

    cloud.google.com/go,v0.47.0,h1:1JUtpcY9E7+eTospEwWS2QXP3DEn7poB3E2j0jN74mM=,7739fd24e36a536488115ef0ec9d739e608ee68448f8a469e84855c008b00ecd
    cloud.google.com/go/bigquery,v1.0.1,h1:hL+ycaJpVE9M7nLoiXb/Pn10ENE2u+oddxbD8uu0ZVU=,738d1f726ce24f618ee7563f6c9419e6307f8814548f45ad8a227cffbb1448c0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 18 17:29:01 UTC 2020
    - 334.9K bytes
    - Viewed (0)
  6. pkg/apis/core/types.go

    	// LoadBalancer will get created with the IP specified in this field.
    	// This feature depends on whether the underlying cloud-provider supports specifying
    	// the loadBalancerIP when a load balancer is created.
    	// This field will be ignored if the cloud-provider does not support the feature.
    	// Deprecated: This field was under-specified and its meaning varies across implementations.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/core/v1/types.go

    	// Only applies to Service Type: LoadBalancer.
    	// This feature depends on whether the underlying cloud-provider supports specifying
    	// the loadBalancerIP when a load balancer is created.
    	// This field will be ignored if the cloud-provider does not support the feature.
    	// Deprecated: This field was under-specified and its meaning varies across implementations.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  8. common-protos/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool tty = 18;
    }
    
    // Describe a container image
    message ContainerImage {
      // Names by which this image is known.
      // e.g. ["kubernetes.example/hyperkube:v1.0.7", "cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7"]
      // +optional
      repeated string names = 1;
    
      // The size of the image in bytes.
      // +optional
      optional int64 sizeBytes = 2;
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    }
    
    var map_ContainerImage = map[string]string{
    	"":          "Describe a container image",
    	"names":     "Names by which this image is known. e.g. [\"kubernetes.example/hyperkube:v1.0.7\", \"cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7\"]",
    	"sizeBytes": "The size of the image in bytes.",
    }
    
    func (ContainerImage) SwaggerDoc() map[string]string {
    	return map_ContainerImage
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/generated.proto

      // +optional
      optional bool tty = 18;
    }
    
    // Describe a container image
    message ContainerImage {
      // Names by which this image is known.
      // e.g. ["kubernetes.example/hyperkube:v1.0.7", "cloud-vendor.registry.example/cloud-vendor/hyperkube:v1.0.7"]
      // +optional
      // +listType=atomic
      repeated string names = 1;
    
      // The size of the image in bytes.
      // +optional
      optional int64 sizeBytes = 2;
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 280.3K bytes
    - Viewed (0)
Back to top