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

Kubernetes install support #938

Merged
merged 5 commits into from
Jan 10, 2018
Merged

Kubernetes install support #938

merged 5 commits into from
Jan 10, 2018

Conversation

matburt
Copy link
Member

@matburt matburt commented Jan 9, 2018

ref #159

This adds initial support for Kubernetes in much the same way we currently support Openshift.

Kubectl is the only really external requirement. Helm is required if you want the installer to manage postgres for you.

- name: Get docker registry password from oc if needed
block:
- name: Set docker registry password
shell: oc whoami -t
Copy link
Member

Choose a reason for hiding this comment

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

Surprised to see an oc command in this playbook. Copy / paste error?

Copy link
Member Author

Choose a reason for hiding this comment

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

yyyes it is.

INSTALL.md Outdated
```bash
kubectl get ing --namespace awx
NAME HOSTS ADDRESS PORTS AGE
awx-web-svc * 35.227.x.y 80 3m
Copy link
Contributor

Choose a reason for hiding this comment

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

Indentation?

INSTALL.md Outdated

### SSL Termination

Unlike Openshift's `Route`. the Kubernetes `Ingress` doesn't yet handle SSL termination. As such the default configuration will only expose AWX through HTTP on port 80. You are responsible for configuring SSL support until support is added (either to Kubernetes or AWX itself).
Copy link
Contributor

Choose a reason for hiding this comment

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

Random period here:

Unlike Openshift's `Route`. the Kubernetes

@matburt matburt merged commit ae06cff into devel Jan 10, 2018
@shanemcd shanemcd deleted the kubernetes_install_support branch March 26, 2018 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants