You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
940 B

<?xml version="1.0" ?>
<!DOCTYPE profile>
<profile
xmlns="http://www.suse.com/1.0/yast2ns"
xmlns:config="http://www.suse.com/1.0/configns"
>
<scripts>
<post-scripts config:type="list">
<script>
<source>
<![CDATA[
hostname rke2server
curl -sfL https://get.rke2.io | sh -
systemctl enable rke2-server
systemctl start rke2-server
echo 'export PATH=$PATH:/var/lib/rancher/rke2/bin/'>>/root/.bashrc
echo 'alias mykubectl="kubectl --kubeconfig /etc/rancher/rke2/rke2.yaml"'>>/root/.bashrc
]]></source>
</script>
</post-scripts>
</scripts>
<firewall t="map">
<default_zone>public</default_zone>
<enable_firewall t="boolean">false</enable_firewall>
<log_denied_packets>off</log_denied_packets>
<start_firewall t="boolean">false</start_firewall>
</firewall>
</profile>

Powered by TurnKey Linux.