This repository was archived by the owner on Dec 21, 2021. It is now read-only.
Stackable Agent 0.5.0
Added
hostIP
andpodIP
added to the pod status (#224).- Environment variable
KUBECONFIG
set in systemd services (#234).
Fixed
- Invalid or unreachable repositories are skipped when searching for packages (#229).
- Access rights of the private key file restricted to the owner (#235). The permissions are set when the file is created. On existing installations the permissions must be set manually, e.g. with
chmod 600 /etc/stackable/stackable-agent/secret/agent.key
.