-
Notifications
You must be signed in to change notification settings - Fork 43
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 gateway deployment for Pipelines as Code #117
Conversation
images/gateway/install.sh
Outdated
} | ||
|
||
install_gateway () { | ||
KUBECONFIG=${kcp_kcfg} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since you are using KUBECONFIG directly in line 94, this can be removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
true. Thanks.
@@ -39,7 +39,7 @@ prechecks () { | |||
exit 1 | |||
fi | |||
|
|||
KCP_ORG=${KCP_WORKSPACE:-} | |||
KCP_WORKSPACE=${KCP_WORKSPACE:-} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is old. Rebasing should remove this file.
@bnallapeta @Roming22 anything preventing the merge of this PR? |
9529640
to
ce41e3a
Compare
Signed-off-by: Frederic Giloux <[email protected]>
@bnallapeta I should have addressed your requets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Merging the PR.
This provides the manifest and a workflow for deploying a gateway.
There are however limitations and issues:
These aspects will be addressed in phase 2.
Signed-off-by: Frederic Giloux [email protected]