Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for GLBC (0.18 sec)

  1. cluster/gce/manifests/glbc.manifest

      labels:
        k8s-app: gcp-lb-controller
        kubernetes.io/name: "GLBC"
    spec:
      securityContext:
        seccompProfile:
          type: RuntimeDefault
      priorityClassName: system-node-critical
      priority: 2000001000
      terminationGracePeriodSeconds: 600
      hostNetwork: true
      containers:
      - image: gcr.io/k8s-ingress-image-push/ingress-gce-glbc-amd64:v1.23.1
        livenessProbe:
          httpGet:
            path: /healthz
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 14 10:40:01 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  2. cluster/addons/cluster-loadbalancing/glbc/default-svc-controller.yaml

    metadata:
      name: l7-default-backend
      namespace: kube-system
      labels:
        k8s-app: glbc
        kubernetes.io/name: "GLBC"
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
    spec:
      selector:
        matchLabels:
          k8s-app: glbc
      template:
        metadata:
          labels:
            k8s-app: glbc
            name: glbc
        spec:
          securityContext:
            seccompProfile:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 1.1K bytes
    - Viewed (0)
  3. cluster/addons/cluster-loadbalancing/glbc/default-svc.yaml

      namespace: kube-system
      labels:
        k8s-app: glbc
        kubernetes.io/cluster-service: "true"
        addonmanager.kubernetes.io/mode: Reconcile
        kubernetes.io/name: "GLBCDefaultBackend"
    spec:
      # The default backend must be of type NodePort.
      type: NodePort
      ports:
      - port: 80
        targetPort: 8080
        protocol: TCP
        name: http
      selector:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Feb 25 00:53:12 UTC 2017
    - 577 bytes
    - Viewed (0)
  4. cluster/addons/rbac/cluster-loadbalancing/glbc/roles.yaml

      verbs: ["update", "patch"]
    # GLBC ensures that the `cloud.google.com/backendconfigs` and `networking.gke.io/servicenetworkendpointgroups` CRD exists in a desired state:
    # https://github.com/kubernetes/ingress-gce/blob/5c3fcb5845e74b92ea8bd52929b15fc5c9fa7970/cmd/glbc/main.go#L108
    # https://github.com/kubernetes/ingress-gce/blob/5c3fcb5845e74b92ea8bd52929b15fc5c9fa7970/cmd/glbc/main.go#L133
    # GLBC creates and updates `networking.gke.io/GCPIngressParams`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 15 13:39:59 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  5. cluster/addons/cluster-loadbalancing/glbc/README.md

    # GCE Load-Balancer Controller (GLBC) Cluster Addon
    
    This cluster addon is composed of a 404 default backend service and deployment.
    On GCE, this 404 service is used in conjunction with the
    [Ingress-GCE](https://github.com/kubernetes/ingress-gce) controller.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 18 21:17:01 UTC 2019
    - 309 bytes
    - Viewed (0)
  6. staging/src/k8s.io/apimachinery/pkg/util/managedfields/node.yaml

        - registry.k8s.io/heapster-amd64:v1.6.0-beta.1
        sizeBytes: 76016169
      - names:
        - registry.k8s.io/ingress-glbc-amd64@sha256:31d36bbd9c44caffa135fc78cf0737266fcf25e3cf0cd1c2fcbfbc4f7309cc52
        - registry.k8s.io/ingress-glbc-amd64:v1.1.1
        sizeBytes: 67801919
      - names:
        - registry.k8s.io/kube-addon-manager@sha256:d53486c3a0b49ebee019932878dc44232735d5622a51dbbdcec7124199020d09
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/node.yaml

        - registry.k8s.io/heapster-amd64:v1.6.0-beta.1
        sizeBytes: 76016169
      - names:
        - registry.k8s.io/ingress-glbc-amd64@sha256:31d36bbd9c44caffa135fc78cf0737266fcf25e3cf0cd1c2fcbfbc4f7309cc52
        - registry.k8s.io/ingress-glbc-amd64:v1.1.1
        sizeBytes: 67801919
      - names:
        - registry.k8s.io/kube-addon-manager@sha256:d53486c3a0b49ebee019932878dc44232735d5622a51dbbdcec7124199020d09
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 20:22:50 UTC 2024
    - 10.8K bytes
    - Viewed (0)
  8. cluster/addons/fluentd-gcp/fluentd-gcp-configmap-old.yaml

          format_firstline /^\w\d{4}/
          format1 /^(?<severity>\w)(?<time>\d{4} [^\s]*)\s+(?<pid>\d+)\s+(?<source>[^ \]]+)\] (?<message>.*)/
          time_format %m%d %H:%M:%S.%N
          path /var/log/glbc.log
          pos_file /var/log/gcp-glbc.log.pos
          tag glbc
        </source>
    
        # Example:
        # I0603 15:31:05.793605       6 cluster_manager.go:230] Reading config from path /etc/gce.conf
        <source>
          @type tail
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 16.3K bytes
    - Viewed (0)
  9. cluster/addons/fluentd-gcp/fluentd-gcp-configmap.yaml

          format_firstline /^\w\d{4}/
          format1 /^(?<severity>\w)(?<time>\d{4} [^\s]*)\s+(?<pid>\d+)\s+(?<source>[^ \]]+)\] (?<message>.*)/
          time_format %m%d %H:%M:%S.%N
          path /var/log/glbc.log
          pos_file /var/log/gcp-glbc.log.pos
          tag glbc
        </source>
    
        # Example:
        # I0603 15:31:05.793605       6 cluster_manager.go:230] Reading config from path /etc/gce.conf
        <source>
          @type tail
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 26 07:09:07 UTC 2018
    - 18.3K bytes
    - Viewed (0)
  10. cluster/gce/config-default.sh

    export ENABLE_DOCKER_REGISTRY_CACHE=true
    
    # Optional: Deploy a L7 loadbalancer controller to fulfill Ingress requests:
    #   glbc           - CE L7 Load Balancer Controller
    export ENABLE_L7_LOADBALANCING="${KUBE_ENABLE_L7_LOADBALANCING:-glbc}"
    
    # Optional: Enable Metrics Server. Metrics Server should be enable everywhere,
    # since it's a critical component, but in the first release we need a way to disable
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 16 20:16:32 UTC 2024
    - 26.9K bytes
    - Viewed (0)
Back to top