getporter / operator

The Porter Operator gives you a native, integrated experience for managing your bundles from Kubernetes. It is the recommended way to automate your bundle pipeline with support for GitOps.
https://porter.sh/operator
Apache License 2.0
31 stars 18 forks source link

Fix installation docs #264

Closed AGMETEOR closed 1 year ago

AGMETEOR commented 1 year ago

What does this change

This change updates the docs for installing the operator on a kubernetes cluster using porter bundles. Kind and minikube clusters need to be configured a certain way in order to accept kubectl connections from within porter bundles.

What issue does it fix

https://github.com/getporter/kubernetes-mixin/issues/54 https://github.com/getporter/operator/issues/263

Checklist

schristoff commented 1 year ago

I think it would be better instead of copying the kind.md and minikube.md to just point to them under here However, I think it would be useful to just copy the kind integration guide for mac onto the quickstart, and make a "setup" portion

AGMETEOR commented 1 year ago

here

You're right. I didn't know these were there.

AGMETEOR commented 1 year ago

@schristoff made changes