Tenant nginx ingress (fixes)#191
Merged
themoriarti merged 5 commits intocozystack:tenant-nginx-ingresscozystack/cozystack:tenant-nginx-ingressfrom Jun 28, 2024
kingdonb:tenant-nginx-ingresskingdonb/cozystack:tenant-nginx-ingressCopy head branch name to clipboard
Merged
Tenant nginx ingress (fixes)#191themoriarti merged 5 commits intocozystack:tenant-nginx-ingresscozystack/cozystack:tenant-nginx-ingressfrom kingdonb:tenant-nginx-ingresskingdonb/cozystack:tenant-nginx-ingressCopy head branch name to clipboard
themoriarti merged 5 commits intocozystack:tenant-nginx-ingresscozystack/cozystack:tenant-nginx-ingressfrom
kingdonb:tenant-nginx-ingresskingdonb/cozystack:tenant-nginx-ingressCopy head branch name to clipboard
Conversation
Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
When the local apply is finished, we still have yet to resume. Flux is not "ok ok" until the HelmRelease is ready too. Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
where `helm upgrade` can find them for the post-renderer Otherwise, these variables will not be available in the fluxcd-kustomize.sh script Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
f29b098 to
5a9a6ea
Compare
Member
Author
|
I guess that makefile doesn't export local variables to forked processes unless you set them explicitly like this |
Signed-off-by: Kingdon Barrett <kingdon+github@tuesdaystudios.com>
kingdonb
commented
Jun 28, 2024
|
|
||
| flux_is_ok() { | ||
| kubectl wait --for=condition=available -n cozy-fluxcd deploy/source-controller deploy/helm-controller --timeout=1s | ||
| kubectl wait --for=condition=ready -n cozy-fluxcd helmrelease/fluxcd --timeout=1s # to call "apply resume" below |
Member
Author
There was a problem hiding this comment.
I'm not sure this is necessary now that the bug is fixed in other part of the script, but it helped for debugging. wdyt
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
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.
I am testing install with this PR #183 and I had some issues, these should help