Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 136 for gce (0.07 sec)

  1. cluster/addons/fluentd-gcp/fluentd-gcp-configmap-old.yaml

          pos_file /var/log/gcp-kube-scheduler.log.pos
          tag kube-scheduler
        </source>
    
        # Example:
        # I0603 15:31:05.793605       6 cluster_manager.go:230] Reading config from path /etc/gce.conf
        <source>
          @type tail
          format multiline
          multiline_flush_interval 5s
          format_firstline /^\w\d{4}/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 16.3K bytes
    - Viewed (0)
  2. cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml

          pos_file /var/log/gcp-kube-scheduler.log.pos
          tag kube-scheduler
        </source>
    
        # Example:
        # I0603 15:31:05.793605       6 cluster_manager.go:230] Reading config from path /etc/gce.conf
        <source>
          @type tail
          format multiline
          multiline_flush_interval 5s
          format_firstline /^\w\d{4}/
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 18.3K bytes
    - Viewed (0)
  3. cluster/gce/gci/README.md

    ```
      cos-stable:
        image: cos-77-12371-274-0
        project: cos-cloud
        metadata: "user-data</go/src/github.com/containerd/cri/test/e2e_node/init.yaml,containerd-configure-sh</go/src/github.com/containerd/cri/cluster/gce/configure.sh,containerd-extra-init-sh</go/src/github.com/containerd/cri/test/e2e_node/gci-init.sh,containerd-env</workspace/test-infra/jobs/e2e_node/containerd/cri-master/env,gci-update-strategy=update_disabled"
    ```
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 14:55:40 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/core/v1/annotation_key_constants.go

    	// allow full access (the default) or `18.0.0.0/8,56.0.0.0/8` to allow
    	// access only from the CIDRs currently allocated to MIT & the USPS.
    	//
    	// Not all cloud providers support this annotation, though AWS & GCE do.
    	AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
    
    	// EndpointsLastChangeTriggerTime is the annotation key, set for endpoints objects, that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  5. cluster/addons/addon-manager/kube-addons.sh

    # 1. Exit code is probably not always correct.
    # 2. There are no unittests.
    # 3. Will not work if the total length of paths to addons is greater than
    #    bash can handle. Probably it is not a problem: ARG_MAX=2097152 on GCE.
    
    # cosmetic improvements to be done
    # 1. Improve the log function; add timestamp, file name, etc.
    # 2. Logging doesn't work from files that print things out.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Oct 15 05:40:38 UTC 2023
    - 10.4K bytes
    - Viewed (0)
  6. pkg/security/security.go

    	RootCertReqResourceName = "ROOTCA"
    
    	// WorkloadKeyCertResourceName is the resource name of the discovery request for workload
    	// identity.
    	WorkloadKeyCertResourceName = "default"
    
    	// GCE is Credential fetcher type of Google plugin
    	GCE = "GoogleComputeEngine"
    
    	// JWT is a Credential fetcher type that reads from a JWT token file
    	JWT = "JWT"
    
    	// Mock is Credential fetcher type of mock plugin
    	Mock = "Mock" // testing only
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:28 UTC 2024
    - 19.1K bytes
    - Viewed (0)
  7. pkg/apis/core/annotation_key_constants.go

    	// allow full access (the default) or `18.0.0.0/8,56.0.0.0/8` to allow
    	// access only from the CIDRs currently allocated to MIT & the USPS.
    	//
    	// Not all cloud providers support this annotation, though AWS & GCE do.
    	AnnotationLoadBalancerSourceRangesKey = "service.beta.kubernetes.io/load-balancer-source-ranges"
    
    	// EndpointsLastChangeTriggerTime is the annotation key, set for endpoints objects, that
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 18:46:31 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.14.md

    ### Other notable changes
    
    * GCE/Windows: disable stackdriver logging agent to prevent node startup failures ([#76099](https://github.com/kubernetes/kubernetes/pull/76099), [@yujuhong](https://github.com/yujuhong))
    * Support vSphere SAML token auth when using Zones ([#75515](https://github.com/kubernetes/kubernetes/pull/75515), [@dougm](https://github.com/dougm))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  9. cmd/kube-controller-manager/app/options/options_test.go

    )
    
    var args = []string{
    	"--allocate-node-cidrs=true",
    	"--attach-detach-reconcile-sync-period=30s",
    	"--cidr-allocator-type=CloudAllocator",
    	"--cloud-config=/cloud-config",
    	"--cloud-provider=gce",
    	"--cluster-cidr=1.2.3.4/24",
    	"--cluster-name=k8s",
    	"--cluster-signing-cert-file=/cluster-signing-cert",
    	"--cluster-signing-key-file=/cluster-signing-key",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  10. pkg/controller/volume/attachdetach/attach_detach_controller_test.go

    	"k8s.io/kubernetes/pkg/volume"
    	"k8s.io/kubernetes/pkg/volume/csi"
    	"k8s.io/kubernetes/pkg/volume/util"
    	"k8s.io/kubernetes/test/utils/ktesting"
    )
    
    const (
    	intreePDUniqueNamePrefix = "kubernetes.io/gce-pd/"
    	csiPDUniqueNamePrefix    = "kubernetes.io/csi/pd.csi.storage.gke.io^projects/UNSPECIFIED/zones/UNSPECIFIED/disks/"
    )
    
    func createADC(t testing.TB, tCtx ktesting.TContext, fakeKubeClient *fake.Clientset,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 11:00:37 UTC 2024
    - 24.2K bytes
    - Viewed (0)
Back to top