leland knight
leland knight
Making a note for folks who end up here via kubernetes: Looks like kubernetes relies on this to be fixed at the container service level, in my case this is...
In my homelab [daytwo](https://github.com/lknite/daytwo) is used to add vclusters to argocd automatically (via capi) as well as to manage pinniped automatically. The result is I never need to pull an...
Agreed, I was about to write a tool to do just this. Via a webapi trigger a pod reload, checking first for an annotation, and then restarting the pod using...
I think I may be running into this as well. I used to be able to load up the docker image via a Jenkins / kubernetes build on the fly,...
Working on it ... ``` $ cat Dockerfile FROM quay.io/centos/centos:centos7.9.2009 RUN echo "" && \ echo "** configuring cloudstack yum repo **" && \ echo [cloudstack] > /etc/yum.repos.d/cloudstack.repo && \...
Am I supposed to just install apache cloudstack on the xcp-ng servers themselves? Am I pursuing this all wrong?
I may have succeeded but upon logging in and trying to configure it I broke everything networking related, so I'm not sure. I was trying to use cloudstack because it...
Oh, looks like I built a container and deployed that into my cluster manually... see above. If I had gotten it to work I would have made a helm chart...
I also thought about deploying cloudstack and using that instead of xenserver, but ended up installing vmware and using that... still open to cloudstack, tricky to get up to speed...
I ended up using the https://github.com/robrotheram/taiga-contrib-openid-auth plugin, setting up keycloak and configuring keycloak to use ldap.