-
Published Answer
Typically, the one click apps (you didn’t specify which one) they are installed via helm charts. Most but not all. Typically with …
•
By
Daxcor
-
Published Answer
Hello, I have working on this package as well. After a lot of grief, it is my recommendation that you ONLY edit, the values.yaml fi…
Accepted Answer:
Hello, I have working on this package as well. After a lot of grief, it is my recommendation that you ONLY edit, the values.yaml fi…
•
By
Daxcor
-
Published Answer
Spaces, in my experience are not high speed storage devices. Think of a space as a hard drive, and you read and write to the hard …
•
By
Daxcor
-
Published Answer
OK, my guess is that you have not allowed ssh. So the only solution is to use the console from do, and login via username/password....
•
By
Daxcor
-
Published Question
I have installed nginx-ingress via the 1-click process here on DO to my cluster. Everything is working flawlessly. In the helm chart values.yaml file there is an option to enable a default backend pod/image. This w...
1
•
•
By
Daxcor
Kubernetes
Nginx
-
Published Answer
Are you using a firewall? Are you letting port 22 through the firewall? Do you have a server running on that port? Need a little …
•
By
Daxcor
-
Published Answer
You won’t get any answers with a question like that. We are not going to read the how-to page and learn how to do the task just to…
•
By
Daxcor
-
Published Answer
My advice, which doesn’t answer your question directly, would be to model your planned kubernetes deployment using droplets. I kno…
Accepted Answer:
My advice, which doesn’t answer your question directly, would be to model your planned kubernetes deployment using droplets. I kno…
•
By
Daxcor
-
Published Answer
Digital ocean provides a “storage class” that automates the provisioning of the block storage to your cluster. Now I do not know …
•
By
Daxcor
-
Published Answer
I feel your pain, you need to read up on persistent volumes (pv) and persistent volume claims (pvc).
Block storage is something …
Accepted Answer:
I feel your pain, you need to read up on persistent volumes (pv) and persistent volume claims (pvc).
Block storage is something …
•
By
Daxcor
-
Published Answer
I tested this on a new droplet and volume and it seemed to work just fine.
Accepted Answer:
I tested this on a new droplet and volume and it seemed to work just fine.
•
By
Daxcor
-
Published Question
Can I use ACL on a storage volume. My volume name is:
/dev/disk/by-id/scsi-0DOVolumevolume-sfo2-01
so I plan to change my fstab to:
/dev/disk/by-id/scsi-0DOVolumevolume-sfo2-01 /mnt/nfs ext4 defaults,nofail,discard,a...
Accepted Answer:
I tested this on a new droplet and volume and it seemed to work just fine.
1
•
•
By
Daxcor
Block Storage