Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document Installation Process Without Operator Lifecycle Manager #26

Open
hi-artem opened this issue Dec 14, 2021 · 1 comment
Open
Labels
documentation Improvements or additions to documentation

Comments

@hi-artem
Copy link
Contributor

Documentation link

https://github.com/PaloAltoNetworks/prisma-cloud-compute-operator/blob/main/docs/Kubernetes/kubernetes.md

Describe the problem

Step 3 suggests to install Operator Lifecycle Manager, however it brings up some more resources in the cluster which Kubernetes administrators wouldn't necessary want to manage.

Suggested fix

Add another option in step 3, showing installation from source. For example:

Clone repo and apply yaml definitions to your cluster using kubectl:

git clone https://github.com/PaloAltoNetworks/prisma-cloud-compute-operator.git && \
  kubectl apply -k prisma-cloud-compute-operator/config/deploy
@hi-artem hi-artem added the documentation Improvements or additions to documentation label Dec 14, 2021
@welcome-to-palo-alto-networks

🎉 Thanks for opening your first issue here! Welcome to the community!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant