Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 118 for gcp_ (0.04 sec)

  1. pkg/bootstrap/platform/platform.go

    type Environment interface {
    	// Metadata returns a collection of environmental metadata, structured
    	// as a map for metadata names to values. An example for GCP would be a
    	// mapping from "gcp_project" to "2344534543". Keys should be prefixed
    	// by the short name for the platform (example: "gcp_").
    	Metadata() map[string]string
    
    	// Locality returns the run location for the bootstrap transformed from the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 07 20:19:01 UTC 2022
    - 2.2K bytes
    - Viewed (0)
  2. pkg/bootstrap/platform/gcp.go

    )
    
    // GCPStaticMetadata holds the statically defined GCP metadata
    var GCPStaticMetadata = func() map[string]string {
    	gcpm := env.Register("GCP_METADATA", "", "Pipe separated GCP metadata, schemed as PROJECT_ID|PROJECT_NUMBER|CLUSTER_NAME|CLUSTER_ZONE").Get()
    	quota := env.Register("GCP_QUOTA_PROJECT", "", "Allows specification of a quota project to be used in requests to GCP APIs.").Get()
    	if len(gcpm) == 0 {
    		return map[string]string{}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 15 00:37:33 UTC 2023
    - 11.1K bytes
    - Viewed (0)
  3. cluster/addons/fluentd-gcp/fluentd-gcp-ds.yaml

    apiVersion: apps/v1
    kind: DaemonSet
    metadata:
      name: fluentd-gcp-{{ fluentd_gcp_yaml_version }}
      namespace: kube-system
      labels:
        k8s-app: fluentd-gcp
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
        version: {{ fluentd_gcp_yaml_version }}
    spec:
      selector:
        matchLabels:
          k8s-app: fluentd-gcp
          version: {{ fluentd_gcp_yaml_version }}
      updateStrategy:
        type: RollingUpdate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 27 17:54:10 UTC 2021
    - 4.1K bytes
    - Viewed (0)
  4. cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml

          @type systemd
          filters [{ "_SYSTEMD_UNIT": "docker.service" }]
          pos_file /var/log/gcp-journald-docker.pos
          read_from_head true
          tag docker
        </source>
    
        <source>
          @type systemd
          filters [{ "_SYSTEMD_UNIT": "{{ fluentd_container_runtime_service }}.service" }]
          pos_file /var/log/gcp-journald-container-runtime.pos
          read_from_head true
          tag container-runtime
        </source>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 18.3K bytes
    - Viewed (0)
  5. cluster/addons/fluentd-gcp/fluentd-gcp-configmap-old.yaml

          @type systemd
          filters [{ "_SYSTEMD_UNIT": "docker.service" }]
          pos_file /var/log/gcp-journald-docker.pos
          read_from_head true
          tag docker
        </source>
    
        <source>
          @type systemd
          filters [{ "_SYSTEMD_UNIT": "{{ fluentd_container_runtime_service }}.service" }]
          pos_file /var/log/gcp-journald-container-runtime.pos
          read_from_head true
          tag container-runtime
        </source>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 16.3K bytes
    - Viewed (0)
  6. cluster/addons/fluentd-gcp/fluentd-gcp-ds-sa.yaml

    apiVersion: v1
    kind: ServiceAccount
    metadata:
      name: fluentd-gcp
      namespace: kube-system
      labels:
        kubernetes.io/cluster-service: "true"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 22 11:40:50 UTC 2017
    - 190 bytes
    - Viewed (0)
  7. cluster/addons/fluentd-gcp/scaler-deployment.yaml

    kind: Deployment
    metadata:
      name: fluentd-gcp-scaler
      namespace: kube-system
      labels:
        k8s-app: fluentd-gcp-scaler
        version: v0.5.1
        addonmanager.kubernetes.io/mode: Reconcile
    spec:
      selector:
        matchLabels:
          k8s-app: fluentd-gcp-scaler
      template:
        metadata:
          labels:
            k8s-app: fluentd-gcp-scaler
        spec:
          serviceAccountName: fluentd-gcp-scaler
          containers:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Sep 07 17:58:57 UTC 2023
    - 972 bytes
    - Viewed (0)
  8. cluster/addons/fluentd-gcp/scaler-rbac.yaml

    kind: RoleBinding
    metadata:
      name: fluentd-gcp-scaler-binding
      namespace: kube-system
      labels:
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
    roleRef:
      apiGroup: rbac.authorization.k8s.io
      kind: Role
      name: system:fluentd-gcp-scaler
    subjects:
    - kind: ServiceAccount
      name: fluentd-gcp-scaler
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 13 17:23:39 UTC 2019
    - 1009 bytes
    - Viewed (0)
  9. pkg/registry/storage/csidriver/strategy_test.go

    			AttachRequired: &attachRequired,
    			VolumeLifecycleModes: []storage.VolumeLifecycleMode{
    				storage.VolumeLifecyclePersistent,
    			},
    		},
    	}
    	enabled := true
    	disabled := false
    	gcp := "gcp"
    	noneFsGroupPolicy := storage.NoneFSGroupPolicy
    	readWriteOnceWithFSTypeFSGroupPolicy := storage.ReadWriteOnceWithFSTypeFSGroupPolicy
    	fileFSGroupPolicy := storage.FileFSGroupPolicy
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  10. cluster/addons/fluentd-gcp/README.md

    In Kubernetes clusters in version 1.10.0 or later, fluentd-gcp DaemonSet can be
    manually scaled. This is useful e.g. when applications running in the cluster
    are sending a large volume of logs (i.e. over 100kB/s), causing fluentd-gcp to
    fail with OutOfMemory errors. Conversely, if the applications aren't generating
    a lot of logs, it may be useful to reduce the amount of resources consumed by
    fluentd-gcp, making these resources available to other applications. To learn
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 2.7K bytes
    - Viewed (0)
Back to top