orange-barista-66154
08/10/2022, 5:06 PMorange-barista-66154
08/10/2022, 5:06 PMfast-family-67084
08/11/2022, 8:12 AMfreezing-holiday-13112
08/11/2022, 9:48 PMwhite-crayon-50193
08/14/2022, 7:23 AMsvc1-
chart.yaml
values.yaml
templates
service.yaml
svc2 -
chart.yaml
values.yaml
templates
service.yaml
I have set the helm.chart to the chart name, and the repo to the repo that contains all the charts. All repos are private.
Fleet can read the fleet repo, but then when it comes to reading the helm charts from the helm chart repo I get either a 404 error, or an index.html not found error.
Previously, I have been using Flex, and it had no problems with the helm repo structure.
Below is a sample of my fleet.yaml, perhaps someone can tell me what I am doing wrong.
namespace: manager
helm:
chart: svc1
repo: <https://github.com/xxx/helm_repos>
targetCustomizations:
- name: office
helm:
values:
deployment:
tag: 1.1.16
loud-belgium-84462
08/15/2022, 3:53 AMloud-belgium-84462
08/15/2022, 5:06 PMbrief-helmet-23993
08/22/2022, 7:27 AMstraight-fireman-71417
08/29/2022, 3:23 PMmany-area-51777
08/31/2022, 10:07 AMambitious-plastic-3551
09/01/2022, 6:39 PMmany-area-51777
09/04/2022, 12:08 PMa-chart
. However, I don't want it to be uninstalled and reinstalled afterwards as the only change here is where it is coming from.ambitious-plastic-3551
09/05/2022, 4:09 AMambitious-plastic-3551
09/05/2022, 6:44 PMambitious-plastic-3551
09/05/2022, 6:48 PMnarrow-ghost-32021
09/14/2022, 12:25 PMambitious-plastic-3551
09/14/2022, 4:35 PMambitious-plastic-3551
09/14/2022, 4:35 PMabundant-camera-87627
09/14/2022, 7:52 PMKind: Job
(I'm Jean-Philippe's colleague). Exactly because Job's are one-time, they're almost entirely immutable.steep-furniture-72588
09/20/2022, 12:34 PMtime="2022-09-20T12:26:46Z" level=error msg="error syncing 'fleet-default/teleport-cluster': handler bundle: execution error at (teleport-cluster/templates/deployment.yaml:45:28): clusterName is required in chart values, requeuing"
steep-furniture-72588
09/20/2022, 12:41 PMchart
field and refer to a tgz file. If repo is used the
# value of chart
will be used as the chart name to lookup in the Helm repository.
repo: https://charts.releases.teleport.dev
# A custom release name to deploy the chart as. If not specified a release name
# will be generated.
releaseName: teleport-cluster
# The version of the chart or semver constraint of the chart to find. If a constraint
# is specified it is evaluated each time git changes.
# The version also determines which chart to download from OCI registries.
version: 10.2.2
# Any values that should be placed in the values.yaml
and passed to helm during
# install.
valuesFiles:
- values.yaml
# Override immutable resources. This could be dangerous.
force: false
# Set the Helm --atomic flag when upgrading
atomic: false
clusterName: prm
Any help appreciated. Tiasteep-furniture-72588
09/20/2022, 12:58 PMhundreds-terabyte-36933
09/23/2022, 6:43 PM- hosts [<http://clustername.google.com|clustername.google.com>,<http://clustername.subdomain.google.com|clustername.subdomain.google.com>]
hundreds-terabyte-36933
09/23/2022, 6:47 PMapiVersion: batch/v1
kind: Job
spec:
template:
spec:
containers:
- name: gitops-jobs
image: public.ecr.aws/.....
command:
- /bin/sh
- -c
args:
- |
aws s3 mb <s3://dh>-<project_name-data>-cur;
aws s3 mb <s3://dh>-<project_name-data>-us;
aws s3 mb <s3://dh>-<project_name-data>-sh;
restartPolicy: OnFailure
where <project_name_data> is a label on each clusterquick-sandwich-76600
09/23/2022, 9:44 PMhundreds-terabyte-36933
09/24/2022, 1:05 PMmany-area-51777
09/24/2022, 4:34 PM/path/to/current
to /new/path
in the same GitRepo
2. Move from GitRepo A
to GitRepo B
magnificent-angle-87506
09/27/2022, 10:05 AMlevel=error msg="Failed to register agent: looking up secret cattle-fleet-system/fleet-agent-bootstrap: unable to load root certificates: unable to parse bytes as PEM block"
whent install 0.3.9 it gives error about certificate unknown authority.
I have used this documentation to install
http://fleet.rancher.io/agent-initiated/hundreds-terabyte-36933
09/27/2022, 1:31 PMtime="2022-09-27T13:28:23Z" level=error msg="error syncing 'cluster-fleet-default-rezuma-main-b67ebb76fdb7/admin-jobs-daskhub-gitops-main-rezumamainjobs-templates': handler bundle-deploy: failed to create resource: namespaces \"rezuma-admin-jobs\" not found, requeuing"
hundreds-terabyte-36933
09/27/2022, 1:31 PM