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

change global-sidecar and global-sidecar-pilot template file #91

Merged
merged 1 commit into from
Oct 14, 2021

Conversation

cywang1905
Copy link
Contributor

No description provided.

slimeNamespace: slime #customize the slime deployed namespace filled in sidecar, same with spec.namespace
istioNamespace: istio-operator #customize the istio deployed namespace filled in sidecar, same with spec.istioNamespace
slimeNamespace: slime #customize the slime deployed namespace filled in sidecar, same with spec.namespace
istioNamespace: istio #customize the istio deployed namespace filled in sidecar, same with spec.istioNamespace
Copy link
Contributor

Choose a reason for hiding this comment

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

istio-system

Copy link
Contributor Author

Choose a reason for hiding this comment

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

here is an example to show how to customize the namespace deployed istio component, use istio instead of istio-system

@@ -36,6 +36,9 @@ spec:
limits:
cpu: 200m
memory: 200Mi
image:
repository: istio/proxyv2
tag: 1.7.0
Copy link
Contributor

Choose a reason for hiding this comment

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

Later we may need to declare the dependent versions of global sidecar and pilot somewhere, and then we can refer to them in the test code instead of hardcode

Copy link
Contributor

Choose a reason for hiding this comment

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

also " repository: docker.io/slimeio/slime-lazyload
tag: v0.2.2" why we use a fixed version lazyload for test?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hardcode is really a problem. v0.2.2 is needed to change to the newest image tag

@@ -129,7 +129,7 @@ metadata:
namespace: slime
spec:
namespace: slime #自定义slime部署的namespace,和config.global.slimeNamespace一致
istioNamespace: istio-operator #自定义istio部署的namespace,和config.global.istioNamespace一致
istioNamespace: istio #自定义istio部署的namespace,和config.global.istioNamespace一致
Copy link
Contributor

Choose a reason for hiding this comment

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

istio-system

Copy link
Contributor Author

Choose a reason for hiding this comment

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

here is an example to show how to customize the namespace deployed istio component, use istio instead of istio-system

@cywang1905 cywang1905 merged commit 3b4ac2d into slime-io:master Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants