Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add kubernetes_web_svc_type variable to installer/inventory #7764

Conversation

fosterseth
Copy link
Member

@fosterseth fosterseth commented Jul 29, 2020

SUMMARY

awx-web-svc was set up as ClusterIP, but ingress service expects LoadBalancer or NodePort

The service type is now settable, e.g. ClusterIP or NodePort. Default is NodePort

in inventory file
kubernetes_web_svc_type=NodePort

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME
  • Installer
AWX VERSION
awx: 13.0.0

awx-web-svc is now settable, e.g. ClusterIP or NodePort. Default
is NodePort
ports:
- name: http
port: 80
{% if kubernetes_web_svc_type == "ClusterIP" %}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

necessary in order to go from type NodePort to ClusterIP

see kubernetes/kubectl#221

and in particular this comment

kubernetes/kubectl#221 (comment)

@fosterseth fosterseth requested a review from shanemcd July 29, 2020 18:27
@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded.

@softwarefactory-project-zuul
Copy link
Contributor

Build succeeded (gate pipeline).

@softwarefactory-project-zuul softwarefactory-project-zuul bot merged commit d38b3af into ansible:devel Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants