Was this page helpful?
Caution
You're viewing documentation for a previous version of Scylla Operator. Switch to the latest stable version.
Known issues¶
Scylla Manager does not boot up on Minikube¶
If your Scylla Manager is failing to apply 8th migration (008_*), then apply fix for TRUNCATE queries.
TRUNCATE queries does not work on Minikube¶
The TRUNCATE
queries requires hairpinning to be enabled. On minikube this is disabled by default.
To fix it execute the following command:
minikube ssh sudo ip link set docker0 promisc on