Skip to content

Commit

Permalink
Shorten DNS prefix. CI was failing due to too long dns prefix caused by
Browse files Browse the repository at this point in the history
long stack name in Travis CI environment.
  • Loading branch information
daveremy committed Sep 25, 2018
1 parent c0b4f00 commit 7e7f4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-ts-aks-helm/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const k8sCluster = new azure.containerservice.KubernetesCluster("aksClust
count: config.nodeCount,
vmSize: config.nodeSize,
},
dnsPrefix: `${pulumi.getStack()}-kubernetes`,
dnsPrefix: `${pulumi.getStack()}-kube`,
linuxProfile: {
adminUsername: "aksuser",
sshKeys: [{
Expand Down

0 comments on commit 7e7f4eb

Please sign in to comment.