Closed emyatsuna closed 4 years ago
What are the scenario you are trying to solve? For example using restart
does not sound like an enforceable desired state. Is it a property you want to change?
Hi, I would like the new cluster to restart itself after configurations within it so that it will reconnect to AD and acquire additional priviledges as needed.
Need to do the following: Shut Down Cluster
-> Start Cluster
What have you configured in the cluster that needs the entire cluster to be restarted? It is probably that resource that make such configuration that should handle the restart of the cluster. 🤔
This issue has been automatically marked as stale because it has not had activity from the community in the last 30 days. It will be closed if no further activity occurs within 10 days. If the issue is labelled with any of the work labels (e.g bug, enhancement, documentation, or tests) then the issue will not auto-close.
This issue has been automatically closed because it is has not had activity from the community in the last 40 days.
Hi, I was checking the resources for
xFailOverCluster
. I wonder if there's anautostart
/restart
/stop
/start
functions of the auto-generated cluster? Have I missed out a resource in this repository? Please advise. Thanks a lot.