powerbox
powerbox copied to clipboard
Issue with caching proxy
The module does not have an option to bypass the cache of a caching proxy in front of the api server.
This results in logic errors e.g.
- Get-nbCluster
- Check if the desired cluster exists
- Create the cluster
- Some othe part checks if the cluster exists, but gets a cached result.
- Tries to create the cluster and fails with "already exists"
- Skript terminates. For the 2nd check in the script there is no way to get the cluster id to reference it and therefore cannot even workaround that issue.