We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Trying to get past step one of setting up cozystack. Tried both application methods and keep getting this type of error. any suggestions ?
jeff@talos-ws:~/cozystack$ ./talos-bootstrap.sh install -n 192.168.1.210 dialog is /usr/bin/dialog talosctl is /home/linuxbrew/.linuxbrew/bin/talosctl awk is /usr/bin/awk nmap is /usr/bin/nmap rpc error: code = NotFound desc = resource "disks" is not registered rpc error: code = NotFound desc = resource "systemdisk" is not registered
The text was updated successfully, but these errors were encountered:
Trying to get past step one of setting up cozystack. Tried both application methods and keep getting this type of error. any suggestions ? jeff@talos-ws:~/cozystack$ ./talos-bootstrap.sh install -n 192.168.1.210 dialog is /usr/bin/dialog talosctl is /home/linuxbrew/.linuxbrew/bin/talosctl awk is /usr/bin/awk nmap is /usr/bin/nmap rpc error: code = NotFound desc = resource "disks" is not registered rpc error: code = NotFound desc = resource "systemdisk" is not registered
Hi Show your patch.yaml Where is the talos-bootstrap.sh script in the documentation?
Sorry, something went wrong.
`jeff@cozy:~/cluster$ cat patch.yaml machine: kubelet: nodeIP: validSubnets: - 192.168.0.0/23 extraConfig: maxPods: 512 kernel: modules: - name: openvswitch - name: drbd parameters: - usermode_helper=disabled - name: zfs - name: spl install: image: ghcr.io/aenix-io/cozystack/talos:v1.9.2 files:
cluster: network: cni: name: none dnsDomain: cozy.local podSubnets: - 10.244.0.0/16 serviceSubnets: - 10.96.0.0/16 `
No branches or pull requests
Trying to get past step one of setting up cozystack. Tried both application methods and keep getting this type of error. any suggestions ?
jeff@talos-ws:~/cozystack$ ./talos-bootstrap.sh install -n 192.168.1.210
dialog is /usr/bin/dialog
talosctl is /home/linuxbrew/.linuxbrew/bin/talosctl
awk is /usr/bin/awk
nmap is /usr/bin/nmap
rpc error: code = NotFound desc = resource "disks" is not registered
rpc error: code = NotFound desc = resource "systemdisk" is not registered
The text was updated successfully, but these errors were encountered: