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

Add helm chart for swck v0.7.0 #91

Merged
merged 4 commits into from
Jan 3, 2023

Conversation

dashanji
Copy link
Member

The pr is related apache/skywalking#9626.

The templates file are mostly based on the release version of swck v0.7.0, but in order to reduce the size of the crds.yaml file, I removed most of the useless information such as description information.

@dashanji dashanji added the enhancement New feature or request label Sep 25, 2022
Copy link
Contributor

@hanahmily hanahmily left a comment

Choose a reason for hiding this comment

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

Thank you for this commitment. I would like to feed some rough problems in the first round.

Chart Structure

SWCK is a hybrid project that provides two unique components. We should provide two charts, "operator" and "adapter" to the heml repo.

No Reduction

Please don't remove anything from CRDs' YAML. Those details are important to users who will apply CRs.

The reduction process is hard to maintain. Once some APIs are updated upstream, we must take a long time to sync YAML.

"SkyWalking" Everywhere

I noticed you amended several places to apply "SkyWalking". Most of them are redundant since this is a Skywalking subproject.

@dashanji
Copy link
Member Author

Thanks for this review, I will submit a new version later.

@wu-sheng
Copy link
Member

@dashanji Are you still working on this?

@dashanji
Copy link
Member Author

Yes, sorry for the long delay, I will perfect it recently.

Signed-off-by: dashanji <dashanjic@gmail.com>
* Update relavant doc.

Signed-off-by: dashanji <dashanjic@gmail.com>
Signed-off-by: dashanji <dashanjic@gmail.com>
@wu-sheng
Copy link
Member

@kezhenxu94 Please take a look.

# limitations under the License.

apiVersion: v2
name: operator
Copy link
Member

Choose a reason for hiding this comment

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

can you rename this to a more specific name such as skywalking-swck-operator or something you prefer? To deploy this to docker hub we must have this name starts with skywalking-

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the detail, done!

# limitations under the License.

apiVersion: v2
name: adapter
Copy link
Member

Choose a reason for hiding this comment

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

Same here in terms of the name

Copy link
Member Author

Choose a reason for hiding this comment

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

Done.

Signed-off-by: dashanji <dashanjic@gmail.com>
@@ -52,6 +52,66 @@ helm install "${SKYWALKING_RELEASE_NAME}" \
```shell
export REPO=skywalking
helm repo add ${REPO} https://apache.jfrog.io/artifactory/skywalking-helm
## Install development version of Skywalking using master branch
Copy link
Member

Choose a reason for hiding this comment

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

Let's also publish the snapshot Helm Chart to ghcr.io and publish the released to Docker Hub, if you want me to do these please let me know

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, the released image has already been published to Docker Hub, but the helm chart has not. It looks like we need to have access to this address https://apache.jfrog.io/artifactory/skywalking-helm. I would be very appreciative if you could publish it, and I will update the relevant doc for the published helm chart later.

@wu-sheng wu-sheng added this to the 4.5.0 milestone Jan 3, 2023
@hanahmily hanahmily merged commit 19a1a73 into apache:master Jan 3, 2023
@dashanji dashanji deleted the add-helm-chart-for-swck branch January 4, 2023 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
4 participants