Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with caching proxy #35

Open
agowa opened this issue Aug 13, 2020 · 0 comments
Open

Issue with caching proxy #35

agowa opened this issue Aug 13, 2020 · 0 comments

Comments

@agowa
Copy link

agowa commented 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.

  1. Get-nbCluster
  2. Check if the desired cluster exists
  3. Create the cluster
  4. Some othe part checks if the cluster exists, but gets a cached result.
  5. Tries to create the cluster and fails with "already exists"
  6. 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.
agowa pushed a commit to agowa/powerbox that referenced this issue Aug 13, 2020
Always bypass cache
Fix BatmanAMA#35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant