Граф коммитов

166 Коммитов

Автор SHA1 Сообщение Дата
microsoft-github-policy-service[bot] a78766f3cb Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-03-28 16:44:41 +00:00
microsoft-github-policy-service[bot] 092248c53e Microsoft mandatory file 2023-01-24 16:02:39 +00:00
Hong Ooi d79984dba0 also mention RestRserve vignette 2021-07-09 15:32:41 +10:00
Hong Ooi 3f48a833d9 MLS being retired 2021-07-09 03:57:56 +10:00
Hong Ooi 66f1967b6a bump ver no for release 2021-07-09 03:30:07 +10:00
Hong Ooi 1354510b73 fix #16, add secure_env_vars aci arg 2021-07-06 01:25:42 +10:00
Hong Ooi 3381d098bc fix test image hanging on aci creation 2021-07-05 23:24:35 +10:00
Hong Ooi ca8f29fa29 use correct badge 2021-01-23 07:53:35 +11:00
Hong Ooi c23507b94c update workflow 2021-01-12 05:45:44 +11:00
Hong Ooi ee8891f1e2 Revert "change org"
This reverts commit 597ea64e3e.
2021-01-12 05:44:47 +11:00
Hong Ooi 597ea64e3e change org 2020-12-15 15:22:44 +11:00
Hong Ooi 662155305e more url fixes 2020-10-15 00:22:12 +11:00
Hong Ooi 1c6c2a6ca0 fixes from R cmd check 2020-10-14 08:54:21 +11:00
Hong Ooi 5199185015 url fix 2020-10-14 08:25:59 +11:00
Hong Ooi 0d7312a359 change maintainer email, bump ver no 2020-10-14 08:10:52 +11:00
Hong Ooi 7f5be3d65f make cmdline test work with sudo 2020-10-14 07:59:58 +11:00
Hong Ooi 73b8020071 switch to github actions 2020-10-14 07:30:43 +11:00
Hong Ooi ed93b3d0e7 test fixes 2020-10-14 07:29:42 +11:00
Hong Ooi dce7a7515a fix vignette glitch 2020-05-09 04:37:26 +10:00
Hong Ooi 988de82f7a misc fixups 2020-05-06 17:39:15 +10:00
Hong Ooi 18244818af ren cluster_autoscale to autoscale_nodes 2020-05-06 17:38:55 +10:00
Hong Ooi b9cbbdd262 Dev (#14)
* vignette tweak

* bump ver no

* tool tests

* pass cmd args as processx::run expects

* update news
2020-05-06 03:24:27 +10:00
Hong Ooi c69fd4f087 Vignette revamp (#13)
* restrserve vignette wip

* vignette revamp

* slight tweak to news

* vignette tweaking
2020-05-03 05:16:03 +10:00
Hong Ooi 15b0106943 AKS features (#12)
- Significant enhancements for AKS:
  - Fully support creating clusters with managed identities. This is recommended and the new default, compared to the older method of using service principals to control cluster resources.
  - Support creating clusters using VM scalesets for the cluster nodes. This is recommended and the new default, compared to using individual VMs.
  - Support private clusters.
  - Support node autoscaling for agent pools backed by VM scalesets.
  - Support spot (low-priority) nodes for agent pools backed by VM scalesets.
  - New methods for the `az_kubernetes_service` class, for managing agent pools: `get_agent_pool`, `create_agent_pool`, `delete_agent_pool` and `list_agent_pools`. Creating new agent pools requires VM scalesets, as mentioned above.
- New `agent_pool` function to supply the parameters for a _single_ AKS agent pool.
- The functions to call external tools (`call_docker`, `call_docker_compose`, `call_kubernetes` and `call_helm`) now use the value of the system option `azure_containers_tool_echo` to determine whether to echo output to the screen. If this is unset, the fallback is `TRUE` (as in previous versions).

Closes #9, closes #10, closes #11
2020-04-28 21:52:05 +10:00
Hong Ooi 64df96cea0 update ver no 2020-03-12 02:03:27 +11:00
Hong Ooi 13492ef0d7 fix call_docker_compose 2020-03-06 10:48:59 -05:00
Hong Ooi 4aaf6dff4a bump ver no 2019-12-03 17:06:51 +11:00
Hong Ooi 8634773bb9 add call_docker_compose 2019-11-23 20:24:52 +11:00
Hong Ooi d1e585365b make existence check more robust 2019-11-22 12:48:07 +11:00
Hong Ooi 83e67f45c2 add list_cluster_resources method 2019-11-22 10:00:53 +11:00
Hong Ooi 8af3b1933d Processx (#8)
closes #7
2019-11-20 18:58:26 +11:00
Hong Ooi 94c4722e3a allow urls to be passed to kubectl 2019-11-19 14:01:18 +11:00
Hong Ooi 91b11129e6 add loop delay in sp existence check 2019-11-14 08:50:39 +11:00
Hong Ooi 22fd1174a2 fix for Graph API change 2019-11-09 09:34:34 +11:00
Hong Ooi 0eedc10cba fix md 2019-10-18 00:00:02 +11:00
Hong Ooi 133e0c588b fix check errors 2019-10-17 20:39:06 +11:00
Hong Ooi 5173979c18 managed identities 2019-10-17 20:25:36 +11:00
Hong Ooi 7e2ac2968a switch to Azure Pipelines 2019-08-16 19:18:43 +10:00
Hong Ooi d39c7695ed also point to Azure repo 2019-08-03 13:47:02 +10:00
Hong Ooi fab6290cdb add hexagon, rebranding 2019-08-03 13:36:40 +10:00
Hong Ooi 592c200986 fix rd links 2019-07-15 22:46:24 +10:00
Hong Ooi f9b6560006 move admin user check to better location 2019-07-15 22:05:01 +10:00
Hong Ooi dd58eae98b Update NEWS.md 2019-07-15 10:20:17 +10:00
Hong Ooi d93aa8bb7d wording fixes 2019-07-12 23:47:00 +02:00
Hong Ooi d98775c3d2 Better integration of ACR and AKS (#3) 2019-07-12 22:51:43 +02:00
Hong Ooi 55c740be53 admin and user can consent 2019-07-09 13:40:19 +02:00
Hong Ooi a3fb6042d4 typo 2019-07-06 18:10:49 +10:00
Hong Ooi e2ad7e668e vignette polish 2019-07-06 17:56:56 +10:00
Hong Ooi 56f636baa0 also suggest uuid pkg 2019-07-06 05:43:39 +10:00
Hong Ooi 3ab5ac9447 rbac vignette 2019-07-06 05:35:55 +10:00