Skip to content

Tags: castai/liqo

Tags

v1.1.2-27

Toggle v1.1.2-27's commit message
Disable host network for edge pods (#60)

v1.1.2-26

Toggle v1.1.2-26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Disable host network for edge pods (#60)

v1.1.2-25

Toggle v1.1.2-25's commit message
Keep host ipc, host network, host pid on remote pod (#58)

v1.1.2-24

Toggle v1.1.2-24's commit message
Keep host ipc, host network, host pid on remote pod (#58)

v1.1.2-23

Toggle v1.1.2-23's commit message
Keep host ipc, host network, host pid on remote pod (#58)

v1.1.2-22

Toggle v1.1.2-22's commit message
Keep host ipc, host network, host pid on remote pod (#58)

v1.1.2-21

Toggle v1.1.2-21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Keep host ipc, host network, host pid on remote pod (#58)

v1.1.2-20

Toggle v1.1.2-20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Keep host ipc, host network, host pid on remote pod (#58)

v1.1.2-19

Toggle v1.1.2-19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Keep host ipc, host network, host pid on remote pod (#58)

v1.1.2-18

Toggle v1.1.2-18's commit message
fix(vk): forge Node with VirtualNode, ForeignCluster input (#56)

this patch fixes an issue with the virtual kubelet: when it starts the
node is created only with unknown conditions.
This is because the input from the RemoteNode and ForeignCluster
are applied only after the node is created, during the reconcile. This
patch introduces an hydrate function, which populate the node before its
creation.