-
Notifications
You must be signed in to change notification settings - Fork 706
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
first run of kubeapps up/down
#1
Merged
Merged
Conversation
This file contains 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
Please note to review commit each. There is a commit for vendorup that will destroy your browser. |
I should merge it directly to have a good shape of the repo. We'll work later on further PRs. |
Sorry, I didn't have the time to take a look to this. Two comments:
|
arapulido
pushed a commit
to arapulido/kubeapps
that referenced
this pull request
Feb 13, 2018
add functions link
prydonius
pushed a commit
that referenced
this pull request
Feb 23, 2018
Bash away at travis config until it passes
prydonius
added a commit
that referenced
this pull request
Feb 23, 2018
nginx-ingress-controller now runs in kubeapps namespace
prydonius
added a commit
to prydonius/kubeapps
that referenced
this pull request
Feb 28, 2018
add circleci config
prydonius
added a commit
to prydonius/kubeapps
that referenced
this pull request
Mar 12, 2018
triggers a Job to run an immediate initial sync
Closed
gfichtenholt
referenced
this pull request
in gfichtenholt/kubeapps
Aug 10, 2021
gfichtenholt
added a commit
that referenced
this pull request
Aug 10, 2021
* step 1 * step 2 * step 4 * step 5 * step 6 * step 7 * step 8 * step 9 * step 9b * step 10 * Michael's feedback #1
gfichtenholt
referenced
this pull request
in gfichtenholt/kubeapps
Sep 2, 2021
gfichtenholt
referenced
this pull request
in gfichtenholt/kubeapps
Sep 13, 2021
gfichtenholt
added a commit
that referenced
this pull request
Sep 13, 2021
…t for CreateInstalledPackage (#3390) * introduce a new kind of test: one that runs on a local kind cluster * step 2 * step 3: TestKindClusterCreateInstalledPackage passing * step 4 * step 5 * step 6: get rid of dependency on flux CLI * step 7: get rid of dependency on kubectl CLI * step 8: added back unit tests for CreateInstalledPackage * step 9 * step 10: support values * step 11: eliminate dependency on github.io in integration test (1 of 2) * Michael's feedback #1 * Michael's feedback #2
gfichtenholt
referenced
this pull request
in gfichtenholt/kubeapps
Sep 22, 2021
gfichtenholt
referenced
this pull request
in gfichtenholt/kubeapps
Oct 26, 2021
gfichtenholt
added a commit
that referenced
this pull request
Oct 27, 2021
gfichtenholt
referenced
this pull request
in gfichtenholt/kubeapps
Mar 21, 2022
gfichtenholt
added a commit
that referenced
this pull request
Mar 22, 2022
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 is the first shape of
$ kubeapps up/down
.$HOME/.kubeapps
directory and deploy them to k8s. Thus, we can easily update/replace manifests.--dry-run
--namespace
(default toapi.NamespaceDefault
)Building
Usage