You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.
Describe the bug
gardenctl throws the following error while using the gardenctl shell <node> command
$g shell ip-10-250-15-37.eu-west-1.compute.internal
Error: Pod "rootpod-I544000-10.250.15.37" is invalid: metadata.name: Invalid value: "rootpod-I544000-10.250.15.37": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
To Reproduce
Steps to reproduce the behavior:
Which target was set 'gardenctl get target' gardenctl target shoot druid-test
Which command was entered [e.g. 'gardenctl show vpn-seed'] gardenctl shell <node_name>
What was the output of the command
Error: Pod "rootpod-I544000-10.250.15.37" is invalid: metadata.name: Invalid value: "rootpod-I544000-10.250.15.37": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*')
Expected behavior
Command should succeed and rootpod should be created
Gardenctl Version (please complete the following information):
gardenctl:
version : v0.24.1
build date : 2020-12-09
go version : go1.14.12
go compiler : gc
platform : darwin/amd64
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
gardenctl throws the following error while using the
gardenctl shell <node>
commandTo Reproduce
Steps to reproduce the behavior:
gardenctl target shoot druid-test
gardenctl shell <node_name>
Expected behavior
Command should succeed and rootpod should be created
Gardenctl Version (please complete the following information):
The text was updated successfully, but these errors were encountered: