24994/increase-root-size-of-minion-in-aws-kubernetes-cluster
I need to increae the ROOT DISK SIZE of my minions. It is created by default 8GB. I want them to be 40GB instead. I am using t2.micro cluster.
How do I get this done?
Go to "cluster/aws/util.sh" file.
Find BLOCK_DEVICE_MAPPINGS and add this
{"DeviceName":"/dev/sda1","Ebs":{"VolumeSize":40, "VolumeType": "gp2"
Duplicate of https://www.edureka.co/community/26673/error-saying-publi ...READ MORE
Hey, Kubernetes is a container orchestration tool. With ...READ MORE
There is an issue with networking between ...READ MORE
I tried having something similar too. Deployment apiVersion: extensions/v1beta1 kind: ...READ MORE
if you add allowContainerRegistry: true, kops will add those permissions ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Try using ingress itself in this manner except ...READ MORE
You need to create the public key ...READ MORE
Hello @Lina, If you're running your cluster on ...READ MORE
You can add this ENV variable export VPC_ID=vpc-YOURID READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.