-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Conversation
Azure Kubernetes Service (AKS) nodes' kubelet can use the cluster's service principal to fetch images from Azure Container Registry (ACR). If azure.json is projected into the Flux pod, consume the service principal credentials when authenticating to azure container registry. Note that this method may eventually be deprecated, possibly replaced by Managed Identity + OAuth, similar to the GCP implementation. See kubernetes/kubernetes#58034
Helm chart: Fix custom SSH secret mapping
some helm charts (istio being an example) add helm charts into the "charts" folder directly and do not need "helm dep up" to be called. In fact doing so will cause an error since the requirements have already been fulfilled. While you can disable this feature system wide it is much more useful to allow individual helm releases to specify this behavior. this commit adds a 'skipDepUpdate' attribute to the HelmRelease crd that causes the dependency update step to be skipped for that release.
Release Helm operator v0.6.0
Housekeeping: merge release/1.10.x back into master
Housekeeping: merge release/helm 0.6.x back into master
Release Helm chart v0.6.1
- allows flux, helm-op and memcached images to be pulled from a private container registry
Add image pull secret options to Helm chart
add "skipDepUpdate" config parameter to HelmRelease
Fix helm-op allow namespace flag mapping
Release Helm chart v0.6.2
Add image repo and pull secret to chart readme
This commit makes the label selectors fluxctl uses for port forwarding configurable by providing a `--k8s-fwd-labels` flag or setting a `FLUX_FORWARD_LABELS` environment variable. The default value of the flag is inherited from the hardcoded value it was before (`app=flux`).
hostPath != mountPath Co-Authored-By: alanjcastonguay <[email protected]>
…or-acr AKS credentials for ACR
Adding Azure DevOps Git host support in flux
Fixing 'how do I use use private git host' link in faq page
…ector Make port forward label selector configurable
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.
Apart from the comments below I also change the tag in the manifest (deploy/flux-deployment.yaml
) to the upcoming version so that master
contains the latest release information when release/10.0.x
is merged back into it.
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.
Looks good to go, thank you @2opremio 💯
Good one, done. This is something we should probably automate. For starters I will add it to the release docs. |
Agreed, another thing on my list to automate is the ToC we have on some doc pages as the formatting of the URLs (and keeping them up to date) is tricky, plus it results in stuff like #1731. |
No description provided.