k8s-helper-cli 0.2.5__py3-none-any.whl → 0.2.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
k8s_helper/__init__.py CHANGED
@@ -20,7 +20,7 @@ from .utils import (
20
20
  create_service_manifest
21
21
  )
22
22
 
23
- __version__ = "0.2.5"
23
+ __version__ = "0.2.6"
24
24
  __author__ = "Harshit Chatterjee"
25
25
  __email__ = "harshitchatterjee50@gmail.com"
26
26
 
k8s_helper/cli.py CHANGED
@@ -785,11 +785,12 @@ def create_eks_cluster(
785
785
  console.print(f"📋 Node group ARN: {nodegroup_info['nodegroup_arn']}")
786
786
 
787
787
  console.print(f"⏳ Waiting for node group to become active...")
788
- if eks_client.wait_for_nodegroup_active(name, nodegroup_name):
789
- console.print("✅ Node group is now active!")
790
- console.print("🎉 Cluster is ready with worker nodes!")
791
- else:
792
- console.print("❌ Timeout waiting for node group to become active")
788
+ with console.status("Waiting for node group to be ready..."):
789
+ if eks_client.wait_for_nodegroup_active(name, nodegroup_name):
790
+ console.print(" Node group is now active!")
791
+ console.print("🎉 Cluster is ready with worker nodes!")
792
+ else:
793
+ console.print("❌ Timeout waiting for node group to become active")
793
794
  except Exception as e:
794
795
  console.print(f"❌ Failed to create node group: {e}")
795
796
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: k8s-helper-cli
3
- Version: 0.2.5
3
+ Version: 0.2.6
4
4
  Summary: A simplified Python wrapper for common Kubernetes operations
5
5
  Author-email: Harshit Chatterjee <harshitchatterjee50@gmail.com>
6
6
  License-Expression: MIT
@@ -0,0 +1,11 @@
1
+ k8s_helper/__init__.py,sha256=FxtqORYRmdOdDn5dN8w6JTvvcM0jAXvZoZpz_PgHvj4,2666
2
+ k8s_helper/cli.py,sha256=RCZgpgmTnciptWWESPC8tpJX1OCoIaFzLkT7mm_DDVk,51604
3
+ k8s_helper/config.py,sha256=P7YdfyvCHprrNs2J9DRb3RrClylfTTh5hfTtDzLug0A,6867
4
+ k8s_helper/core.py,sha256=zdw582TNyl-z2fDZ7d9vooTiafwLh2rAEHey9HoD_fI,64329
5
+ k8s_helper/utils.py,sha256=wYgTd5ktyuI-EiVcfW7FrxA7MzXY5odrEKQgmMVdueY,9496
6
+ k8s_helper_cli-0.2.6.dist-info/licenses/LICENSE,sha256=tXPvVl3gLVc6e0qCEoLH9KjeA7z4JVL78UybpvGtBCw,1096
7
+ k8s_helper_cli-0.2.6.dist-info/METADATA,sha256=q2eUHFwQqjmtTf-PjbVOifIp472tIWK0OPH2kfQXmYs,26956
8
+ k8s_helper_cli-0.2.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ k8s_helper_cli-0.2.6.dist-info/entry_points.txt,sha256=IoCMWUZ6mn90LwzQzEy5YkWOwvogDdZ6ycqUWAzCFTQ,50
10
+ k8s_helper_cli-0.2.6.dist-info/top_level.txt,sha256=x9A1jflyer-z2cFnkqk5B42juoH2q0fy5hkT9upsTG8,11
11
+ k8s_helper_cli-0.2.6.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- k8s_helper/__init__.py,sha256=fB1UR3-fiB3vhLTS_yR0hjVwQZQAeOWiTQH3U4QfRko,2666
2
- k8s_helper/cli.py,sha256=eS5ww1vnB1fWaHiLhD4PNcZ5REMDqJTKfUA1S0CGqGs,51493
3
- k8s_helper/config.py,sha256=P7YdfyvCHprrNs2J9DRb3RrClylfTTh5hfTtDzLug0A,6867
4
- k8s_helper/core.py,sha256=zdw582TNyl-z2fDZ7d9vooTiafwLh2rAEHey9HoD_fI,64329
5
- k8s_helper/utils.py,sha256=wYgTd5ktyuI-EiVcfW7FrxA7MzXY5odrEKQgmMVdueY,9496
6
- k8s_helper_cli-0.2.5.dist-info/licenses/LICENSE,sha256=tXPvVl3gLVc6e0qCEoLH9KjeA7z4JVL78UybpvGtBCw,1096
7
- k8s_helper_cli-0.2.5.dist-info/METADATA,sha256=-VBdLicFrJgX705dzvqqfHfMIdZdu_mDg92zIQ-32sI,26956
8
- k8s_helper_cli-0.2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- k8s_helper_cli-0.2.5.dist-info/entry_points.txt,sha256=IoCMWUZ6mn90LwzQzEy5YkWOwvogDdZ6ycqUWAzCFTQ,50
10
- k8s_helper_cli-0.2.5.dist-info/top_level.txt,sha256=x9A1jflyer-z2cFnkqk5B42juoH2q0fy5hkT9upsTG8,11
11
- k8s_helper_cli-0.2.5.dist-info/RECORD,,