gridscale / gscloud

The official command-line interface for the gridscale API
https://gridscale.io/
MIT License
16 stars 8 forks source link

kubectl with gscloud creates "cache" directory in current working directory #11

Closed dennisjac closed 4 years ago

dennisjac commented 4 years ago

After executing kubectl in several directories I noticed that a sub-directory "cache" is created every time. If gscloud wants to cache data it should probably create that folder in ~/.config/gridscale instead.

itakouna commented 4 years ago

@dennisjac we've already solved this issue in this https://github.com/gridscale/gscloud/pull/9. We will release a new binary ASAP.

itakouna commented 4 years ago

solved this issue in this #9