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

Generate separate cozystack-installer.yaml for hosted bundles #162

Open
kvaps opened this issue May 30, 2024 · 0 comments
Open

Generate separate cozystack-installer.yaml for hosted bundles #162

kvaps opened this issue May 30, 2024 · 0 comments

Comments

@kvaps
Copy link
Member

kvaps commented May 30, 2024

The current cozystack-installer.yaml includes settings for kube-prism, which is not available in hosted installation, we have to generate another manifest which targets to 10.96.0.1:443 by default

NAME         TYPE        CLUSTER-IP   EXTERNAL-IP   PORT(S)   AGE
kubernetes   ClusterIP   10.96.0.1    <none>        443/TCP   51m

- name: KUBERNETES_SERVICE_HOST
value: localhost
- name: KUBERNETES_SERVICE_PORT
value: "7445"

alternative solution would be to add proxy sidecar for loadbalancing between both addresses

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

No branches or pull requests

1 participant