You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
agowa
pushed a commit
to agowa/powerbox
that referenced
this issue
Aug 13, 2020
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.
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.
The text was updated successfully, but these errors were encountered: