Customizing the OS - Kubernetes

Kubernetes Appliance Software Installation Guide

Product
Kubernetes
Published
June 2018
Language
English (United States)
Last Update
2019-01-31
dita:mapPath
kpy1524680839041.ditamap
dita:ditavalPath
ft:empty
dita:id
kpy1524680839041
Product Category
Software

By default, SLES 12 SP2-STND disables memory cgroup, which is required by Kubernetes.

To enable memory cgroup:

  1. Edit /etc/sysconfig/teradata/bootmenu by replacing CGROUP_DISABLE="" with CGROUP_DISABLE="none".
  2. Run the following command: /opt/teradata/linux-config/sbin/teradata.linux-config
  3. Reboot the system before configuring Kubernetes.
  4. Run the following commands: systemctl stop teradata-dynaswap systemctl disable teradata-dynaswap rm /etc/systemd/system/dswap This stops and disables the teradata-dynasawp service. Kubernetes does not support swapping.