Back to Charts

⚠️ Repo Archive Notice

stable/gce-ingress/README.md

latest3.7 KB
Original Source

⚠️ Repo Archive Notice

As of Nov 13, 2020, charts in this repo will no longer be updated. For more information, see the Helm Charts Deprecation and Archive Notice, and Update.

gce-ingress

ingress-gce is an Ingress controller that configures GCE loadbalancers

To use, add the kubernetes.io/ingress.class: "gce" annotation to your Ingress resources.

DEPRECATION NOTICE

This chart is deprecated and no longer supported.

TL;DR;

console
$ helm install stable/gce-ingress

Introduction

This chart bootstraps a gce-ingress deployment on a Kubernetes cluster using the Helm package manager.

Prerequisites

  • Kubernetes 1.9+

Installing the Chart

To install the chart with the release name my-release into the kube-system namespace:

console
$ helm install --namespace kube-system --name my-release stable/gce-ingress

The command deploys gce-ingress on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Tip: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

console
$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Configuration

The following table lists the configurable parameters of the gce-ingress chart and their default values.

ParameterDescriptionDefault
controller.namename of the controller componentcontroller
controller.image.repositorycontroller container image repositoryk8s.gcr.io/ingress-gce-glbc-amd64
controller.image.tagcontroller container image tagv1.4.0
controller.image.pullPolicycontroller container image pull policyIfNotPresent
controller.configgce ConfigMap entriesnone
controller.tolerationsnode taints to tolerate (requires Kubernetes >=1.6)[]
controller.affinitynode/pod affinities (requires Kubernetes >=1.6){}
controller.nodeSelectornode labels for pod assignment{}
controller.replicaCountdesired number of controller pods1
controller.resourcescontroller pod resource requests & limits{}
defaultBackend.namename of the default backend componentdefault-backend
defaultBackend.image.repositorydefault backend container image repositoryk8s.gcr.io/defaultbackend
defaultBackend.image.tagdefault backend container image tag1.4
defaultBackend.image.pullPolicydefault backend container image pull policyIfNotPresent
defaultBackend.tolerationsnode taints to tolerate (requires Kubernetes >=1.6)[]
defaultBackend.affinitynode/pod affinities (requires Kubernetes >=1.6){}
defaultBackend.nodeSelectornode labels for pod assignment{}
defaultBackend.replicaCountdesired number of default backend pods1
defaultBackend.resourcesdefault backend pod resource requests & limits{}
rbac.enableduse RBAC ?true
secretthe name of the secret containing your google creds json``
secretKeyoverride the key containing your google creds json``
console
$ helm install stable/gce-ingress --name my-release

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

console
$ helm install stable/gce-ingress --name my-release -f values.yaml
console
$ helm install stable/gce-ingress --set controller.extraArgs.v=2