Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 136 for gce (0.03 sec)

  1. CHANGELOG/CHANGELOG-1.6.md

          - [Generic API Server](#generic-api-server)
        - [Client](#client)
          - [client-go](#client-go)
        - [Cloud Provider](#cloud-provider)
          - [AWS](#aws)
          - [Azure](#azure)
          - [GCE](#gce)
          - [GKE](#gke)
          - [vSphere](#vsphere)
        - [Federation](#federation-2)
          - [kubefed](#kubefed)
          - [Other Notable Changes](#other-notable-changes-13)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/nodevolumelimits/non_csi.go

    	"k8s.io/kubernetes/pkg/scheduler/framework/plugins/names"
    	volumeutil "k8s.io/kubernetes/pkg/volume/util"
    )
    
    const (
    	// defaultMaxGCEPDVolumes defines the maximum number of PD Volumes for GCE.
    	// GCE instances can have up to 16 PD volumes attached.
    	defaultMaxGCEPDVolumes = 16
    	// defaultMaxAzureDiskVolumes defines the maximum number of PD Volumes for Azure.
    	// Larger Azure VMs can actually have much more disks attached.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Dec 30 23:00:56 UTC 2023
    - 19.6K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.8.md

    * [fluentd-gcp addon] Fixed bug with reporting metrics in event-exporter ([#60126](https://github.com/kubernetes/kubernetes/pull/60126), [@serathius](https://github.com/serathius))
    * Bug fix: Clusters with GCE feature 'DiskAlphaAPI' enabled were unable to dynamically provision GCE PD volumes. ([#59447](https://github.com/kubernetes/kubernetes/pull/59447), [@verult](https://github.com/verult))
    
    
    
    # v1.8.9
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.9.md

          - [**Other**](#other)
        - [**Apps**](#apps-1)
        - [**Auth**](#auth-3)
          - [**Audit**](#audit-1)
          - [**RBAC**](#rbac)
          - [**Other**](#other-1)
          - [**GCE**](#gce)
        - [**Autoscaling**](#autoscaling)
        - [**AWS**](#aws-1)
        - [**Azure**](#azure-1)
        - [**CLI**](#cli-1)
          - [**Kubectl**](#kubectl)
        - [**Cluster Lifecycle**](#cluster-lifecycle-3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.5.md

    ## Changelog since v1.5.5
    
    ### Other notable changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.7.md

    * Retry 'connection refused' errors when setting up clusters on GCE. ([#57394](https://github.com/kubernetes/kubernetes/pull/57394), [@mborsz](https://github.com/mborsz))
    * Retry 'connection refused' errors when setting up clusters on GCE. ([#57394](https://github.com/kubernetes/kubernetes/pull/57394), [@mborsz](https://github.com/mborsz))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  7. pkg/bootstrap/platform/gcp.go

    		return true
    	}
    	return metadata.OnGCE()
    }
    
    // NewGCP returns a platform environment customized for Google Cloud Platform.
    // Metadata returned by the GCP Environment is taken from the GCE metadata
    // service.
    func NewGCP() Environment {
    	return &gcpEnv{
    		fillMetadata: lazy.New(func() (bool, error) {
    			return shouldFillMetadata(), nil
    		}),
    	}
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 00:37:33 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.4.md

    * Use upgraded container-vm by default on worker nodes for GCE k8s clusters ([#31023](https://github.com/kubernetes/kubernetes/pull/31023), [@vishh](https://github.com/vishh))
    
    ### Other notable changes
    
    * Enable kubelet eviction whenever inodes free is < 5% on GCE ([#31545](https://github.com/kubernetes/kubernetes/pull/31545), [@vishh](https://github.com/vishh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  9. cluster/gce/windows/common.psm1

          return $true
        }
        Log-Output "Skip: $Filename already exists, not overwriting it"
        return $false
      }
      return $true
    }
    
    # Returns the GCE instance metadata value for $Key. If the key is not present
    # in the instance metadata returns $Default if set, otherwise returns $null.
    function Get-InstanceMetadata {
      param (
        [parameter(Mandatory=$true)] [string]$Key,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 19 14:47:38 UTC 2022
    - 25.4K bytes
    - Viewed (0)
  10. pkg/test/env/istio.go

    	// OtelCollectorInstallFilePath is the OpenTelemetry installation file.
    	OtelCollectorInstallFilePath = path.Join(IstioSrc, getSampleFile("open-telemetry/otel.yaml"))
    
    	// GCEMetadataServerInstallFilePath is the GCE Metadata Server installation file.
    	GCEMetadataServerInstallFilePath = path.Join(IstioSrc, getInstallationFile("gcemetadata/gce_metadata_server.yaml"))
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 16:24:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top