-
Notifications
You must be signed in to change notification settings - Fork 28
Feat/sonobuoy integration #819
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
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
And apply static plugin Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Splitting the functionality into the handling of sonobuoys and the provision of K8s clusters. Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Matthias Büchse <matthias.buechse@cloudandheat.com>
Signed-off-by: Matthias Büchse <matthias.buechse@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
In order to have one clusterspec file for each k8s version Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Co-authored-by: Matthias Büchse <matthias.buechse@cloudandheat.com> Signed-off-by: tonifinger <129007376+tonifinger@users.noreply.github.com>
Co-authored-by: Matthias Büchse <matthias.buechse@cloudandheat.com> Signed-off-by: tonifinger <129007376+tonifinger@users.noreply.github.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
make use of Not ImplementedError Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Co-authored-by: Matthias Büchse <matthias.buechse@cloudandheat.com> Signed-off-by: tonifinger <129007376+tonifinger@users.noreply.github.com>
Removed the return of the kubeconfig filepath from the `create_cluster` method as we do not use this handling. Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
2 tasks
…to-use-plugins-for-cluster-provisioning
Contributor
Author
|
I performed the cncf conformance tests using the moin cluster with the following workload cluster: I manually downloaded the kubeconfig.yaml for the workload cluster and used the As you can see by the output the cluster did not pass the cncf conformance tests.
|
Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
8231dc1 to
07cd635
Compare
The scripts introduced in this commit allow using Sonobuoy to: - Run kubernetes e2e tests - Parse results from the sonobouy testsuite Signed-off-by: Toni Finger <toni.finger@cloudandheat.com>
07cd635 to
e3f0932
Compare
Contributor
|
To be continued at #832 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces the usage of sonobuoy to