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

Same error on TALM and talos-boostrap #25

Open
HomeLabJunkie opened this issue Feb 18, 2025 · 2 comments
Open

Same error on TALM and talos-boostrap #25

HomeLabJunkie opened this issue Feb 18, 2025 · 2 comments

Comments

@HomeLabJunkie
Copy link

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

@chumkaska
Copy link

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?

@HomeLabJunkie
Copy link
Author

`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:

  • content: |
    [plugins]
    [plugins."io.containerd.grpc.v1.cri"]
    device_ownership_from_security_context = true
    [plugins."io.containerd.cri.v1.runtime"]
    device_ownership_from_security_context = true
    path: /etc/cri/conf.d/20-customization.part
    op: create

cluster:
network:
cni:
name: none
dnsDomain: cozy.local
podSubnets:
- 10.244.0.0/16
serviceSubnets:
- 10.96.0.0/16
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants