4337 links
  • Arnaud's links
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
8 results tagged helm x
  • thumbnail
    kubernetes - UPGRADE FAILED: another operation (install/upgrade/rollback) is in progress - Stack Overflow

    helm ls -aA
    helm history <release>
    helm rollback <release> <revision>

    pending-upgrade

    15 mars 2023 à 10:48:10 UTC+1 - permalink - archive.org - https://stackoverflow.com/questions/71599858/upgrade-failed-another-operation-install-upgrade-rollback-is-in-progress
    helm pending
  • thumbnail
    variantdev/vals: Helm-like configuration values loader with support for various sources

    via Martinho

    19 janvier 2023 à 10:00:31 UTC+1 - permalink - archive.org - https://github.com/variantdev/vals
    argocd helm secret
  • thumbnail
    GitHub - Praqma/helmsman: Helm Charts as Code

    Alternative to helmfile

    24 octobre 2022 à 10:58:11 UTC+2 - permalink - archive.org - https://github.com/Praqma/helmsman
    helm k8s
  • thumbnail
    GitHub - FairwindsOps/nova: Find outdated or deprecated Helm charts running in your cluster.
    17 avril 2022 à 09:12:36 UTC+2 - permalink - archive.org - https://github.com/FairwindsOps/nova
    audit chart helm k8s
  • Note: Helm move resource from one chart to another

    FIrst edit your A chart to not include the resource, and add the keep annontation
    https://helm.sh/docs/howto/charts_tips_and_tricks/#tell-helm-not-to-uninstall-a-resource

    annotations:
        "helm.sh/resource-policy": keep

    From this point, your resource is not managed by helm anymore
    Clean the resource (annotations...)

    Then import the resource so it's managed by B chart
    https://jacky-jiang.medium.com/import-existing-resources-in-helm-3-e27db11fd467

    16 février 2022 à 10:00:12 UTC+1 * - permalink - archive.org - https://links.infomee.fr/?OH_jAg
    chart helm move
  • thumbnail
    GitHub - roboll/helmfile: Deploy Kubernetes Helm Charts
    26 avril 2019 à 17:02:54 UTC+2 - permalink - archive.org - https://github.com/roboll/helmfile
    helm k8s
  • thumbnail
    Using Helm without Tiller - Giant Swarm

    Pour obtenir les yaml sans installer un helm chart :

    helm template \
    --values ./values/prometheus.yaml \
    --output-dir ./manifests \
    ./charts/prometheus

    11 mars 2019 à 15:25:18 UTC+1 - permalink - archive.org - https://blog.giantswarm.io/what-you-yaml-is-what-you-get/
    helm k8s
  • Can anyone talk about the positives/negatives of Operators v/s Helm Charts? Fro... | Hacker News
    10 mars 2019 à 10:57:43 UTC+1 - permalink - archive.org - https://news.ycombinator.com/item?id=16969495
    helm k8s operator
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation