Product Updates
Releases
kubox CLI versions
The kubox
CLI is currently in public preview, and backward compatibility isn’t guaranteed at this stage.
Change Log
- Rename kuboxctl: Renamed
kuboxctl
tokubox
to make it more concise.
Change Log
- K8s Manifest Validation: Added pre-validation in the
create
command to detect Kubernetes manifest errors early, improving developer feedback and experience. - Set AWS Region from cluster.yaml: The AWS region is now determined from the input cluster.yaml file during cluster creation and deletion. This ensures consistent behavior irrespective of the default region specified in the AWS CLI configuration.
- Fix Cluster Re-Create Failure: Resolved an issue where re-creating a cluster with the same name immediately after deletion would fail. Clusters can now be re-created seamlessly without requiring a time gap.
- Validate AWS CLI Authentication: Added a validation step to ensure AWS CLI is authenticated before proceeding with create and delete operations. This prevents errors caused by misconfigured or expired AWS credentials.
Change Log
- Node Labeling and Tainting: Users can now apply labels and taints directly to Kubernetes nodes, enhancing workload management and scheduling flexibility.
- Enhanced Logging: Introduced verbose
trace
level logging for detailed debugging, along with general improvements to logging for better clarity and troubleshooting
Change Log
- AWS IAM Role Attachment: Added the ability to attach AWS IAM roles to EC2 instances, simplifying permissions management and improving integration with AWS services. See example configuration Role for Kubox EC2 Instances