mirror of
https://github.com/bitnami/charts.git
synced 2026-02-28 15:37:42 +08:00
[bitnami/contour]: Fix installation notes to display correct kubectl commands (#3706)
* fix: using correct service name to output external ip of Contour ingress * fix: using correct service name to output external ip of Contour ingres * Bump chart version
This commit is contained in:
committed by
GitHub
parent
3d14929547
commit
8bfacfaa23
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
name: contour
|
||||
description: Contour Ingress controller for Kubernetes
|
||||
version: 2.1.0
|
||||
version: 2.1.1
|
||||
appVersion: 1.8.1
|
||||
keywords:
|
||||
- ingress
|
||||
|
||||
@@ -5,11 +5,11 @@
|
||||
|
||||
You can watch the status by running:
|
||||
|
||||
$ kubectl get svc {{ include "common.names.fullname" . }} --namespace {{ .Release.Namespace }} -w
|
||||
$ kubectl get svc {{ include "common.names.fullname" . }}-envoy --namespace {{ .Release.Namespace }} -w
|
||||
|
||||
Once 'EXTERNAL-IP' is no longer '<pending>':
|
||||
|
||||
$ kubectl describe svc {{ include "common.names.fullname" . }} --namespace {{ .Release.Namespace }} | grep Ingress | awk '{print $3}'
|
||||
$ kubectl describe svc {{ include "common.names.fullname" . }}-envoy --namespace {{ .Release.Namespace }} | grep Ingress | awk '{print $3}'
|
||||
|
||||
2. Configure DNS records corresponding to Kubernetes ingress resources to point to the load balancer IP/hostname found in step 1
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user