You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BUILDING.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ $ make clean; make
18
18
```
19
19
$ docker images | grep -i alb-ingress-controller
20
20
21
-
quay.io/coreos/alb-ingress-controller 1.0-beta.2 78f356144e33 20 minutes ago 47.4MB
21
+
quay.io/coreos/alb-ingress-controller 1.0-beta.3 78f356144e33 20 minutes ago 47.4MB
22
22
```
23
23
24
24
> Version can vary based on what's in the Makefile. If you wish to push to your own repo for testing, you can change the version and repo details in the Makefile then do a `docker push`.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
# AWS ALB Ingress Controller
7
7
8
-
**NOTE:** This controller is in beta state as we attempt to move to our first 1.0 release. The current image version is `1.0-beta.2`. Please file any issues you find and note the version used.
8
+
**NOTE:** This controller is in beta state as we attempt to move to our first 1.0 release. The current image version is `1.0-beta.3`. Please file any issues you find and note the version used.
9
9
10
10
The AWS ALB Ingress Controller satisfies Kubernetes [ingress resources](https://kubernetes.io/docs/user-guide/ingress) by provisioning [Application Load Balancers](https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html).
This chart bootstraps an alb-ingress-controller deployment on a [Kubernetes](http://kubernetes.io) cluster using the [Helm](https://helm.sh) package manager.
`defaultBackend.service.annotations` | annotations to be added to default backend service | `{}`
66
-
`rbac.create` | If true, create & use RBAC resources | `true`
67
-
`rbac.serviceAccountName` | ServiceAccount ALB ingress controller will use (ignored if rbac.create=true) | `default`
68
-
`scope.ingressClass` | If provided, the ALB ingress controller will only act on Ingress resources annotated with this class | `alb`
69
-
`scope.singleNamespace` | If true, the ALB ingress controller will only act on Ingress resources in a single namespace | `false` (watch all namespaces)
70
-
`scope.watchNamespace` | If scope.singleNamespace=true, the ALB ingress controller will only act on Ingress resources in this namespace | `""` (namespace of the ALB ingress controller)
|`defaultBackend.nodeSelector`| node labels for default backend pod assignment |`{}`|
63
+
|`defaultBackend.podAnnotations`| annotations to be added to default backend pod |`{}`|
64
+
|`defaultBackend.replicaCount`| desired number of default backend pods |`1`|
65
+
|`defaultBackend.resources`| default backend pod resource requests & limits |`{}`|
66
+
|`defaultBackend.service.annotations`| annotations to be added to default backend service |`{}`|
67
+
|`rbac.create`| If true, create & use RBAC resources |`true`|
68
+
|`rbac.serviceAccountName`| ServiceAccount ALB ingress controller will use (ignored if rbac.create=true) |`default`|
69
+
|`scope.ingressClass`| If provided, the ALB ingress controller will only act on Ingress resources annotated with this class |`alb`|
70
+
|`scope.singleNamespace`| If true, the ALB ingress controller will only act on Ingress resources in a single namespace |`false` (watch all namespaces)|
71
+
|`scope.watchNamespace`| If scope.singleNamespace=true, the ALB ingress controller will only act on Ingress resources in this namespace |`""` (namespace of the ALB ingress controller)|
0 commit comments