We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250f462 commit 6a302d6Copy full SHA for 6a302d6
digitalocean-ts-k8s/index.ts
@@ -14,8 +14,8 @@ const domainName = config.get("domainName");
14
// kubeconfig to make it easy to access from the kubectl command line.
15
const cluster = new digitalocean.KubernetesCluster("do-cluster", {
16
region: digitalocean.Regions.SFO2,
17
- version: digitalocean.getKubernetesVersions({versionPrefix: "1.16"}).then(p => p.latestVersion),
18
- nodePool: {
+ version: digitalocean.getKubernetesVersions({versionPrefix: "1.16"}).then(p => p.latestVersion),
+ nodePool: {
19
name: "default",
20
size: digitalocean.DropletSlugs.DropletS2VCPU2GB,
21
nodeCount: nodeCount,
0 commit comments