Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiali/kiali-operator
Kiali operator that is used to install, manage, and update Kiali deployments.
https://github.com/kiali/kiali-operator
Last synced: 19 days ago
JSON representation
Kiali operator that is used to install, manage, and update Kiali deployments.
- Host: GitHub
- URL: https://github.com/kiali/kiali-operator
- Owner: kiali
- License: apache-2.0
- Created: 2020-04-14T21:22:20.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T15:34:27.000Z (30 days ago)
- Last Synced: 2024-11-13T04:02:31.132Z (29 days ago)
- Language: Shell
- Size: 2.48 MB
- Stars: 80
- Watchers: 15
- Forks: 117
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - kiali/kiali-operator - Kiali operator that is used to install, manage, and update Kiali deployments. (Shell)
README
# Kiali Operator
image:https://img.shields.io/badge/license-Apache2-blue.svg["Apache 2.0 license", link="LICENSE"]
This contains the Kiali Operator source. It has a small link:Makefile[] whose only job is to build the operator image
and push the built image to Quay.io. Thus you can build releases directly from this repo.This git repo is meant to be used within the link:https://github.com/kiali/kiali[kiali/kiali] parent repo (as its "operator" subdirectory). That parent repo has additional Makefile targets to do more things with this operator such as run molecule tests and push the operator image to remote clusters for testing.
For more details on how developers can consume and work with this Kiali Operator git repo, see link:DEVELOPING.adoc[]