Difference between revisions of "Karpenter.sh/capacity-type"
Jump to navigation
Jump to search
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | * <code>[[karpenter.sh/]]capacity-type: [ [[spot]] | [[on-demand]] ]</code> | ||
− | |||
+ | <code>[[kubectl get nodes -A -o yaml]] | grep [[capacity-type]]</code> | ||
− | + | ||
+ | INFO [[controller.provisioning.cloudprovider]] Launched instance ... | ||
== Related == | == Related == | ||
* [[AWS on-demand instances]] | * [[AWS on-demand instances]] | ||
− | + | * <code>aws ec2 describe-instances | grep InstanceLifecycle</code> | |
− | + | * <code>aws ec2 describe-instances | grep spot</code> | |
== See also == | == See also == | ||
+ | * {{karpenter.sh}} | ||
* {{Spot instances}} | * {{Spot instances}} | ||
+ | * {{kind: Provisioner}} | ||
[[Category:AWS]] | [[Category:AWS]] |
Latest revision as of 13:34, 5 March 2024
karpenter.sh/capacity-type: [ spot | on-demand ]
kubectl get nodes -A -o yaml | grep capacity-type
INFO controller.provisioning.cloudprovider Launched instance ...
Related[edit]
- AWS on-demand instances
aws ec2 describe-instances | grep InstanceLifecycle
aws ec2 describe-instances | grep spot
See also[edit]
Advertising: