Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix helmfile for prometheus-operator-crds dependsOn and Taskfile talos:nuke error #1485

Merged
merged 1 commit into from
May 21, 2024
Merged

fix helmfile for prometheus-operator-crds dependsOn and Taskfile talos:nuke error #1485

merged 1 commit into from
May 21, 2024

Conversation

ajaykumar4
Copy link
Contributor

@ajaykumar4 ajaykumar4 commented May 21, 2024

helmfile error
in /Users/hz323328/Personal/cluster-template/kubernetes/bootstrap/talos/helmfile.yaml: release(s) "kube-system/cilium", "kube-system/coredns", "kube-system/kubelet-csr-approver", "kube-system/spegel" depend(s) on an undefined release "kube-system/prometheus-operator-crds". Perhaps you made a typo in "needs" or forgot defining a release named "prometheus-operator-crds" with appropriate "namespace" and "kubeContext"?
Taskfile error

task talos:nuke 
error:
unknown flag: --reboot--system-labels-to-wipe

Usage:
  talosctl reset [flags]

Flags:
      --debug                                    debug operation from kernel logs. --wait is set to true when this flag is set
      --graceful                                 if true, attempt to cordon/drain node and leave etcd (if applicable) (default true)
  -h, --help                                     help for reset
      --insecure                                 reset using the insecure (encrypted with no auth) maintenance service
      --reboot                                   if true, reboot the node after resetting instead of shutting down
      --system-labels-to-wipe strings            if set, just wipe selected system disk partitions by label but keep other partitions intact
      --timeout duration                         time to wait for the operation is complete if --debug or --wait is set (default 30m0s)
      --user-disks-to-wipe strings               if set, wipes defined devices in the list
      --wait                                     wait for the operation to complete, tracking its progress. always set to true when --debug is set (default true)
      --wipe-mode all, system-disk, user-disks   disk reset mode (default all)

Global Flags:
      --cluster string       Cluster to connect to if a proxy endpoint is used.
      --context string       Context to be used in command
  -e, --endpoints strings    override default endpoints in Talos configuration
  -n, --nodes strings        target the specified nodes
      --talosconfig string   The path to the Talos configuration file. Defaults to 'TALOSCONFIG' env variable if set, otherwise '$HOME/.talos/config' and '/var/run/secrets/talos.dev/config' in order.

@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory area/bootstrap Changes made in the bootstrap directory area/taskfile labels May 21, 2024
@ajaykumar4 ajaykumar4 closed this May 21, 2024
@ajaykumar4 ajaykumar4 reopened this May 21, 2024
@ajaykumar4 ajaykumar4 changed the title fix helmfile for prometheus-operator-crds need and task talos:nuke fix helmfile for prometheus-operator-crds dependsOn and Taskfile talos:nuke error May 21, 2024
@onedr0p onedr0p merged commit a1b7830 into onedr0p:main May 21, 2024
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/bootstrap Changes made in the bootstrap directory area/kubernetes Changes made in the kubernetes directory area/taskfile
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants