You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
Additional context
We (@Birdrock and I) are two engineers from the cf-for-k8s team. (Hi! 👋 ) We wanted to tryout kubeCF and right away ran into issues trying to deploy. Some of our initial confusion came from finding several versions of the deploy documentation that give different instructions.
Describe the bug
For example, just following instructions for deploying the cf-operator, my pair and I found 3 different sets of instructions.
from https://kubecf.io/docs/deployment/kubernetes-deploy/ (I got here from kubecf.io -> documentation -> Deploy -> Deployment Walkthrough) I see (suggests creating the namespace and running helm install cf-operator)
Additional context
We (@Birdrock and I) are two engineers from the cf-for-k8s team. (Hi! 👋 ) We wanted to tryout kubeCF and right away ran into issues trying to deploy. Some of our initial confusion came from finding several versions of the deploy documentation that give different instructions.
Describe the bug
For example, just following instructions for deploying the cf-operator, my pair and I found 3 different sets of instructions.
from https://kubecf.io/docs/deployment/kubernetes-deploy/ (I got here from kubecf.io -> documentation -> Deploy -> Deployment Walkthrough) I see
(suggests creating the namespace and running
helm install cf-operator
)from https://github.com/cloudfoundry-incubator/kubecf/releases/tag/v2.7.1 (I got here from https://www.cloudfoundry.org/technology/kubecf/ -> Getting Started -> Quick Fresh Installation) I see
(doesn't suggest creating the namespace. Calls
helm install cf-operator
like the one above)from https://github.com/cloudfoundry-incubator/kubecf/blob/v2.7.1/doc/dev/general.md#cf-operator (In the v2.7.1 release notes -> Quick Fresh Installation -> click on hyper link from "These are the basic guidelines to deploy KubeCF in a development environment. For more detailed information check here.")
(doesn't suggest creating the namespace. Calls
helm install --name cf-operator
even though that --name flag has been removed)Minor other hiccups
./cf-operator.tgz
quarks-operator
and this is not yet reflected in the docsThe text was updated successfully, but these errors were encountered: