forked from juju/juju
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#9608 from ycliuhw/fix/allow-ingress-controlle…
…r-publish-address juju#9608 ## Description of change fix `ingress` issues on `microk8s/kubernetes core` by patching ingress controller container exec args to allow ingress publish address; before ``` root@juju-bf04a4-1:~# kubectl -n testcaas get ing -o wide NAME HOSTS ADDRESS PORTS AGE juju-gitlab-k8s 10.98.42.46.xip.io 80 4m25s ``` after ``` root@juju-bf04a4-1:~# kubectl -n testcaas get ing -o wide NAME HOSTS ADDRESS PORTS AGE juju-gitlab-k8s 10.98.42.46.xip.io 10.98.42.46 80 4m25s ``` ## QA steps N/A ## Documentation changes N/A ## Bug reference N/A
- Loading branch information
Showing
2 changed files
with
16 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters