Joshua Dean Küpper
Joshua Dean Küpper
I can confirm this behaviour also for copies of sub-folders (not the entire WORKDIR): ```Dockerfile COPY --chown=nobody:nobody server_configs merge_server_configs ```
I was upgrading a single control-plane node with `talosctl -n upgrade --image ghcr.io/siderolabs/installer:v1.1.0`. But yeah, a network problem seems certainly possible. But I wouldn't really know where it's coming from....
> the cli shouldn;t allow you to upgrade a single control plane node unless --preserve is set, did you by any chance used --force? No, I did not use `--force`....
Sadly, I've redeployed the server already, but I tried to reproduce the problem with three new controlplane nodes and it seems like there is a broader problem. I am now...
This issue didn't occur for quite some time for me and I think it was originally caused by a missing port in the `cluster.controlPlane.endpoint`. After appending the correct port (by...
Isn't that what the SHA-Hashes are for? Like `docker pull ubuntu@sha256:45b23dee08af5e43a7fea6c4cf9c25ccf269ee113168c19722f87876677c5cb2`? See: https://docs.docker.com/engine/reference/commandline/pull/#pull-an-image-by-digest-immutable-identifier
Yes, you can. But (as far as I know), you have to add it manually by running something like: ``` s3.configure -access_key=any -secret_key=any -buckets=bucket1 -user=me -actions=Read,Write,List,Tagging,Admin -apply ``` in the...
> Thanks, I've done this in one of master nodes, but I can still access filer nodes without using accessKey/secretKey, did I miss something ? I am by no means...