Praveen Kumar
Praveen Kumar
### This is my Docker-Compose file: `version: '3' services: mongo1: container_name: mongo1 image: mongo ports: - "27017:27017" command: mongod --replSet myReplicaSet --bind_ip localhost,mongo1 networks: - mongo-network mongo2: container_name: mongo2 image:...
**Background:** Currently, the CLI uses the `github.com/gookit/color` library to handle colored output in the console. While this library does its job well, it introduces an additional dependency that might not...
This pull request introduces the feature requested in #246 It Implements a priority-based token retrieval: 1. Environment variable (CIVO_TOKEN). 2. Token provided via a Credential file. 3. Lastly, fall back...
### Description **What's the Issue?** ---------------------------------- When we update the Provider's `civogo` dependency to `v0.3.75`, which the latest one, the `AttachVolume` method expects us to provide `VolumeAttachConfig` instead of `instanceID`....
When you create a cluster with `--wait` flag, the spinner message says, creating a `k3s` cluster, even if the cluster type is `talos`, now it takes the value from from...
This PR addresses the issue in #446 In here, I, - Added a new `--no-default-rules` flag to control default firewall rule creation. - Marked `--create-rules` as deprecated but kept for...
### Summary If we see the fake client implementation of `ResizeVolume` method, it only errors out in one situation when the volume we are looking for is not there (throws...