-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add cilium overlay to hackfile #1840
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm ✅
Signed-off-by: Evan Baker <[email protected]>
$(AZCLI) aks create -n $(CLUSTER) -g $(GROUP) -l $(REGION) \ | ||
--node-count 2 \ | ||
--node-vm-size $(VM_SIZE) \ | ||
--load-balancer-sku basic \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Info Question: Are we tied to using only basic SKUs for Cilium? SLB recommendations was to move to Stnadard SKUs across the board so that they could deprecate Basic SKUs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, these are not limitations. I have just tended towards the cheapest config possible since this is targeted for quick cluster creation, dev work, and CI use
Signed-off-by: Evan Baker <[email protected]>
Signed-off-by: Evan Baker <[email protected]>
Reason for Change:
Issue Fixed:
Requirements:
Notes: