Matthew Mattox
Matthew Mattox
Is this still being worked on? If not, I would happy to take over this feature.
This would be very helpful for Rancher Support to allow us to test a wide range of RKE2 versions as part of our pipelines.
`10.43.0.10:53` is your cluster DNS service record IE CoreDNS. This error means that DNS is not working inside your cluster. You should review the CoreDNS pods logs.
I have been stuck for months trying to import around 12k movies. Can someone point me to where the import is because I want to see if I can just...
This issue sounds a lot like https://github.com/harvester/harvester/issues/4316
I found the issue. If the cert-manager pods lose access to the kube-apiserver. For example, during patching/upgrades etc. The k8s watch handlers in GO don't handle disconnects very well. So,...
Could we use the Rancher backup operator to collect all the different resources IE cluster object, machines, projects, rolebindings, etc for a cluster? Then import it into another Rancher IE...
> @harridu yes, this is all well documented: https://rancher.com/docs/rancher/v2.5/en/backups/ This documentation covers migrating the Rancher server (upstream) between clusters. This feature request is to move a downstream cluster to another...
@utkuozdemir I have applied some refactoring to resolve the golangci-lint error.
This is still broken but I was able to workaround this by adding the server-side flag to the apply command. kubectl apply --server-side=true --force-conflicts -f https://raw.githubusercontent.com/goharbor/harbor-operator/main/manifests/harbor/deployment.yaml [Doc](https://kubernetes.io/docs/reference/using-api/server-side-apply/)