diff --git a/test/kickstart-templates/includes/post-system.cfg b/test/kickstart-templates/includes/post-system.cfg index 297d5cda16..f391cbf66c 100644 --- a/test/kickstart-templates/includes/post-system.cfg +++ b/test/kickstart-templates/includes/post-system.cfg @@ -2,6 +2,8 @@ useradd -m -d /home/redhat -p \$5\$XDVQ6DxT8S5YWLV7\$8f2om5JfjK56v9ofUkUAwZXTxJl3Sqnc9yPnza4xoJ0 redhat echo -e 'redhat\tALL=(ALL)\tNOPASSWD: ALL' > /etc/sudoers.d/microshift +ln -sf /usr/share/zoneinfo/UTC /etc/localtime + # Make the KUBECONFIG from MicroShift directly available for the root user echo -e 'export KUBECONFIG=/var/lib/microshift/resources/kubeadmin/kubeconfig' >> /root/.profile