numerous-lighter-90852
03/08/2023, 9:11 AMquick-sandwich-76600
03/08/2023, 4:50 PMquick-sandwich-76600
03/08/2023, 4:51 PMquick-sandwich-76600
03/08/2023, 4:56 PMnumerous-lighter-90852
03/09/2023, 8:07 AMnumerous-lighter-90852
03/09/2023, 8:30 AMkubectl patch gitrepo/<repo name> -n fleet-local -p '{"spec": {"paused":false}}' --type merge
What do you think about it?quick-sandwich-76600
03/09/2023, 9:09 AMnumerous-lighter-90852
03/09/2023, 9:11 AMnumerous-lighter-90852
03/09/2023, 9:13 AMmillions-pizza-50389
03/13/2023, 10:27 AM# Update catalog CRDs
$ kubectl apply -f <https://github.com/stashed/installer/raw/v2023.03.13/crds/stash-catalog-crds.yaml>
# Update the helm repositories
$ helm repo update
# Upgrade Stash Community operator chart
$ helm upgrade stash appscode/stash \
--version v2023.03.13 \
--namespace kube-system \
--set features.community=true \
--set-file global.license=/path/to/the/license.txt
microscopic-knife-52274
03/13/2023, 1:36 PMnamespace: example-namespace
helm:
releaseName: dfl
chart: "<oci://custom.registry.net/test/example>"
repo: ""
version: "1.0.0"
targetCustomizations:
- name: dev
helm:
chart: "<oci://custom.registry.net/test/example>"
version: "0.0.0-dev"
clusterName: cluster-dev
On our cluster "cluster-dev" it tries to deploy the Version 1.0.0 instead of 0.0.0-dev. Do you know what could be wrong? Thank you in advance.careful-mouse-48712
03/13/2023, 1:57 PMcareful-mouse-48712
03/13/2023, 1:58 PMtargetCustomizations:
- name: cluster-0530
clusterName: cluster-0530
yaml:
overlays:
- cluster-0530
- name: cluster-0531
clusterName: cluster-0531
yaml:
overlays:
- cluster-0531
- name: cluster-0532
clusterName: cluster-0532
yaml:
overlays:
- cluster-0532
careful-mouse-48712
03/13/2023, 1:58 PMfleet test -t cluster-xyz .
shows the correct manifests.careful-mouse-48712
03/13/2023, 6:21 PMnutritious-garage-22695
03/15/2023, 5:59 PMflat-whale-67864
03/16/2023, 7:56 PMnumerous-lighter-90852
03/17/2023, 2:10 PMcalm-twilight-27465
03/20/2023, 11:36 PMrefined-analyst-8898
03/21/2023, 3:46 PMbland-area-30120
04/02/2023, 5:49 PMbillowy-apple-60989
04/03/2023, 11:36 AMrouting_key
for each cluster using Fleet, is this possible? We're using a multi-cluster Kustomize structure https://github.com/rancher/fleet-examples/tree/master/multi-cluster/kustomize and here is an abridged version of our AM config:
apiVersion: v1
kind: Secret
metadata:
name: cloudops-monitoring-alertmanager
namespace: cattle-monitoring-system
type: Opaque
data:
rancher_defaults.tmpl: >-
[...]
stringData:
alertmanager.yaml: |-
global:
slack_api_url: <https://hooks.slack.com/services/[...]>
resolve_timeout: 5m
route:
group_by: [...]
group_interval: 1m
group_wait: 1s
receiver: 'null'
routes:
- match:
namespace: cattle-monitoring-system
alertname: CPUThrottlingHigh
receiver: 'null'
- match_re:
namespace: cattle-system|kube-system|fleet-system|cattle-monitoring-system|loki|cattle-dashboards|default
receiver: cloudops
- match:
alertname: Watchdog
receiver: 'null'
- match:9
alertname: KubeMemoryOvercommit
receiver: 'null'
- match:
alertname: KubeCPUOvercommit
receiver: 'null'
[...]
receivers:
- name: "null"
- name: cloudops
pagerduty_configs:
- routing_key: [...] <--- should be Kustomized
send_resolved: true
severity: '{{ if eq .CommonLabels.severity "critical" }}critical{{ else if eq .CommonLabels.severity "error" }}error{{ else if eq .CommonLabels.severity "warning" }}warning{{ else if eq .CommonLabels.severity "info" }}info{{ else }}critical{{ end }}'
group: '{{ if .CommonLabels.cluster }}{{ .CommonLabels.cluster }}{{ end }}'
[...]
great-florist-72127
04/03/2023, 12:04 PMAdmission webhook "validation.gatekeeper.sh" denied the request: [ns-must-have-annotations] Every namespace must have a projectId
I am trying to use Fleet to deploy a helm chart with some values. I have had no success using defaultNamespace nor namespace in the fleet manifest, it all results in the same issue.billowy-apple-60989
04/04/2023, 11:34 AMclusterSelector
in the targetCustomizations
isn't matching with my clusters labelsrich-alarm-72570
04/04/2023, 2:32 PMGit ls-remote -- <https://gitlab.com/XXXXXXX/YYYYYYY/.git/> refs/heads/main error: exit status 128, detail: fatal: could not read Username for '<https://gitlab.com>': terminal prompts disabled
I have double checked the credentials and even tried the git command succesfully in the gitjob pod which i suspected to be the one trying to do thatfuture-night-17486
04/05/2023, 12:07 AMnutritious-orange-38459
04/05/2023, 8:10 AMenough-garage-55953
04/05/2023, 9:02 AMenough-garage-55953
04/05/2023, 9:09 AM[Error] imageScan test-scan is not ready: Get "https://*****:443/v2/": x509: certificate signed by unknown authority; Get "https://*****:443/v2/": x509: certificate signed by unknown authority
enough-garage-55953
04/05/2023, 9:13 AM