The simulator can import resources from your cluster.
To use this, you need to follow these two steps
- Set to
true
theexternalImportEnabled
value in the simulator server configuration. - Set the path of the kubeconfig file of the your cluster to
KubeConfig
value in the Simulator Server Configuration.
externalSchedulerEnabled: false
kubeConfig: "/path/to/your-cluster-kubeconfig"