22 Commits

Author SHA1 Message Date
zizizach
77d3c97644
Remove additional whitespace in some commands
aws-cli is now rejecting some of the command with double whitespace

```
An error occurred (InvalidInput) when calling the AttachRolePolicy operation: ARN  arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryReadOnly is not valid.
```
2021-12-11 23:09:55 +08:00
Treehopper
f88562ce1f Fix Warning: Version constraints inside provider configuration blocks are deprecated. 2021-11-25 13:19:07 +00:00
Treehopper
99a7535702 Fix terraform error: Unsupported argument
option has been dropped in terraform 2.x
2021-11-25 13:11:21 +00:00
Treehopper
ab38006fc8 Use fixed version for reproducibility. 2021-11-25 09:29:21 +00:00
Treehopper
e6c40a7f8a Fix: Version 1.16.10 is not supported in this region.
Full:
Error: creating Managed Kubernetes Cluster "aks-getting-started" (Resource Group "aks-getting-started"): containerservice.ManagedClustersClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="AgentPoolK8sVersionNotSupported" Message="Version 1.16.10 is not supported in this region. Please use [az aks get-versions] command to get the supported version list in this region. For more information, please check https://aka.ms/supported-version-list"
2021-11-24 16:22:11 +00:00
Treehopper
12ebd06694 Update to Terraform 1.0.11. 2021-11-24 15:58:51 +00:00
Treehopper
82c52098e7 Fix: "Values of identifierUris property must use a verified domain of the organization or its subdomain"
Full error:
Changing "aks-getting-started-sp" to a valid URI of "http://aks-getting-started-sp", which is the required format used for service principal names
Values of identifierUris property must use a verified domain of the organization or its subdomain: 'http://aks-getting-started-sp'

Replaced with:
WARNING: 'name' property in the output is deprecated and will be removed in the future. Use 'appId' instead.
2021-11-24 15:56:20 +00:00
Marcel Dempers
ec38685fcd
Update getting-started.md 2021-04-05 21:51:53 +10:00
Richard Diphoorn
9f6e038b7c
Install kubectl
This change shows an easier way to install kubectl, when using AKS.
2021-02-15 23:42:02 +01:00
marcel-dempers
992d78042f fluent wip 2020-11-26 09:07:07 +00:00
Ben Chatelain
bbf9ee299d 🐛 Wrap SERVICE_PRINCIPAL_SECRET in double quotes
This helps prevent special characters in the password from being interpreted by the shell. Doesn't handle when the password contains double-quotes.
2020-11-16 21:09:20 +00:00
marcel-dempers
85f23c51ab minor updates 2020-08-30 17:07:07 +10:00
marcel-dempers
fdb7cbc1b5 remove step from readme 2020-08-28 09:46:16 +10:00
marcel-dempers
9e886a82c3 update to new terraform version + k8s 1.17 2020-08-27 19:37:16 +10:00
marcel-dempers
b798a4f702 updates 2020-07-22 22:53:06 +10:00
marcel-dempers
0c8a7c68cb a messy eks start 2020-07-21 18:07:46 +10:00
Marcel Dempers
9f53661cfc
Merge pull request #22 from marcel-dempers/terraform-azure-aks
Terraform azure aks
2020-07-19 10:04:55 +00:00
marcel-dempers
837f69f019 updates 2020-07-17 13:00:33 +10:00
marcel-dempers
877810d147 fix docs 2020-07-15 10:45:39 +10:00
marcel-dempers
56e7eb473f kubernetes on azure with terraform 2020-07-14 20:52:24 +10:00
marcel-dempers
4b9dd849cd add files 2020-07-07 19:24:55 +10:00
marcel-dempers
b2aae260a3 add files 2020-06-12 17:34:30 +10:00