Navin Chandra
Navin Chandra
Hi @davidcassany and @agracey, I have an elemental cluster ready and have installed longhorn on it. Now I want to add another disk to one of the nodes and want...
So can I add second disk before installation and make longhorn use it instead of the defaults?
@agracey can you explain how to enable Rancher extensions and from where? When I go to Configuration -> Extensions from the Rancher side menu, 'Enable' button is not found. I...
@kkaempf I tried the helm command for installing elemental-operator and it throws the error as in https://github.com/rancher/elemental-operator/issues/414. Upon checking this issue it seems like elemental cannot work with rancher installed...
Thanks @davidcassany for the script, I will try it out and let you know if it works or not. > ```shell > -v /usr/share/pki/trust/anchors:/usr/share/pki/trust/anchors \ > -v /usr/share/pki/trust/anchors:/container/certs \ >...
@davidcassany @agracey I think there is a problem in enabling extension support if we are upgrading Rancher to v2.7.x from a previous version including the backup as mentioned in [upgrade-docker-installed-rancher](https://ranchermanager.docs.rancher.com/getting-started/installation-and-upgrade/other-installation-methods/rancher-on-a-single-node-with-docker/upgrade-docker-installed-rancher)....
Hi @aalves08, I upgraded from v2.6.5
@titusfortner I have raised a PR for this issue, can you please review it?
@kellypilot can you give the full executable code to reproduce the error? If I run `mypy` on the above code, I just get `error: Name "self" is not defined` error.
@daemon1024 I'm trying to solve this. The docker compose file works and starts kubearmor after kubearmor-init has finished running. But the policy enforcement doesn't seem to work. For example, I...