server: correctly set hostname
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
0c1383fd30
commit
9ec518491f
6 changed files with 129 additions and 11 deletions
|
@ -52,6 +52,9 @@ const (
|
|||
// ResolvPath is the resolver configuration path annotation
|
||||
ResolvPath = "io.kubernetes.cri-o.ResolvPath"
|
||||
|
||||
// HostnamePath is the path to /etc/hostname to bind mount annotation
|
||||
HostnamePath = "io.kubernetes.cri-o.HostnamePath"
|
||||
|
||||
// SandboxID is the sandbox ID annotation
|
||||
SandboxID = "io.kubernetes.cri-o.SandboxID"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue