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

Added latest helm chart, Removed unsupported operator #336

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/setup/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ If you want to install Spinnaker on Lightweight Kubernetes (K3s) for proofs of c

Options for installing Spinnaker in Kubernetes:

- [Spinnaker Helm Chart](https://github.com/OpsMx/spinnaker-helm) is an open source helm chart to install/configure spinnaker.
- [Spinnaker Operator for Kubernetes](https://github.com/armory/spinnaker-operator) is an open source Kubernetes Operator for deploying and managing Spinnaker. You can install a basic version of Spinnaker or use Kustomize files for advanced configuration.
- [Spinnaker Operator](https://operatorhub.io/operator/spinnaker-operator) is an open source Helm chart for installing Spinnaker.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have much context here. Perhaps @rebala can comment? Does anyone know how to remove the operatorhub.io link if this really isn't supported?

It's probably not worth blocking this PR, but, it seems like we'd be better off if the repos we reference here were in github.com/spinnaker. cc: @link108 .

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dbyron-sf the operator link comes from https://github.com/k8s-operatorhub/community-operators/tree/main/operators/opsmx-spinnaker-operator. Need to raise a PR to remove the link from the operatorhub.io.
@keerthibingi please remove the link from the operatorhub for the Spinnaker operator as well.

Copy link
Author

@keerthibingi keerthibingi May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rebalag removed operator link as per your comments. Here is the PR raised k8s-operatorhub/community-operators#2694

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR got merged into https://github.com/k8s-operatorhub/community-operators/tree/main/operators
@dbyron-sf could you please review and approve this.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still would love to hear from @link108 about repos outside of the spinnaker github org, but generally this LGTM.

- [Kubernetes Helm Chart](https://github.com/kubernetes/charts/tree/master/stable/spinnaker) **As of Nov 13, 2020, charts in this repo are no longer updated. **

Guides for installing Spinnaker in specific cloud environments:
Expand Down