-
Notifications
You must be signed in to change notification settings - Fork 11
test: Fix Keptn installation in integration tests #133
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
Conversation
Signed-off-by: TannerGabriel <[email protected]>
Signed-off-by: TannerGabriel <[email protected]>
Signed-off-by: TannerGabriel <[email protected]>
pchila
left a comment
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.
The code looks correct but it seems that the KUBECONFIG env var is not set and the default $HOME/.kube/config file is not there or does not contain info about the k3s cluster...
It can be seen in runs like this where kubectl tries to connect to localhost:8080
https://github.com/keptn-sandbox/keptn-service-template-go/runs/6420183593?check_suite_focus=true
Signed-off-by: TannerGabriel <[email protected]>
pchila
left a comment
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.
There are still some failures but at least now the wait for k3s to be ready seems ok
Signed-off-by: TannerGabriel <[email protected]>
Signed-off-by: TannerGabriel <[email protected]>
|
The following Docker Images have been built: |
This PR