Open skandix opened 3 years ago
Currently we only support GKE since we're using lots of GKE specific features like the load balancers, DNS setup etc. You could try setting up a cluster manually and installing the operator as done here: https://github.com/google/kctf/blob/v1/dist/bin/kctf-cluster#L426 But I'm not sure how much will work/break.
aha, will try to apply these and see if i can get it to run on an on-prem cluster. and just fix things as errors occur :)
aha, will try to apply these and see if i can get it to run on an on-prem cluster. and just fix things as errors occur :)
I am also interested to learn the outcome of this approach if you have tried it :)
Is it possible to run kctf on a local cluster k8s, I can only see how to do it with kind, which is not quite how i want it.