forked from MicrosoftDocs/azure-stack-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.openpublishing.redirection.aks.json
1384 lines (1384 loc) · 55.9 KB
/
.openpublishing.redirection.aks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"redirections": [
{
"source_path": "azure-stack/aks-hci/adapt-apps-mixed-os-clusters.md",
"redirect_url": "/azure/aks/hybrid/adapt-apps-mixed-os-clusters",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/ad-sso.md",
"redirect_url": "/azure/aks/hybrid/ad-sso",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hci-evaluation-guide.md",
"redirect_url": "/azure/aks/hybrid/aks-hci-evaluation-guide",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hci-evaluation-guide-1.md",
"redirect_url": "/azure/aks/hybrid/aks-hci-evaluation-guide-1",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hci-evaluation-guide-2a.md",
"redirect_url": "/azure/aks/hybrid/aks-hci-evaluation-guide-2a",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hci-evaluation-guide-2b.md",
"redirect_url": "/azure/aks/hybrid/aks-hci-evaluation-guide-2b",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hci-evaluation-guide-3.md",
"redirect_url": "/azure/aks/hybrid/aks-hci-evaluation-guide-3",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hybrid-options-overview.md",
"redirect_url": "/azure/aks/hybrid/aks-hybrid-options-overview",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hybrid-preview-azure-vm.md",
"redirect_url": "/azure/aks/hybrid/aks-hybrid-preview-azure-vm",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hybrid-preview-overview.md",
"redirect_url": "/azure/aks/hybrid/aks-hybrid-preview-overview",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-hybrid-preview-requirements.md",
"redirect_url": "/azure/aks/hybrid/aks-hybrid-preview-requirements",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/aks-lite-overview.md",
"redirect_url": "/azure/aks/hybrid/aks-lite-overview",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/app-availability.md",
"redirect_url": "/azure/aks/hybrid/app-availability",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/backup-workload-cluster.md",
"redirect_url": "/azure/aks/hybrid/backup-workload-cluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/calico-networking-policy.md",
"redirect_url": "/azure/aks/hybrid/calico-networking-policy",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/certificates-update-after-sixty-days.md",
"redirect_url": "/azure/aks/hybrid/certificates-update-after-sixty-days",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/concepts-cluster-autoscaling.md",
"redirect_url": "/azure/aks/hybrid/concepts-cluster-autoscaling",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/concepts-container-networking.md",
"redirect_url": "/azure/aks/hybrid/concepts-container-networking",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/concepts-node-networking.md",
"redirect_url": "/azure/aks/hybrid/concepts-node-networking",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/concepts-security.md",
"redirect_url": "/azure/aks/hybrid/concepts-security",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/concepts-storage.md",
"redirect_url": "/azure/aks/hybrid/concepts-storage",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/concepts-support.md",
"redirect_url": "/azure/aks/hybrid/concepts-support",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/concepts-vertical-node-pool-scaling.md",
"redirect_url": "/azure/aks/hybrid/concepts-vertical-node-pool-scaling",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/configure-custom-load-balancer.md",
"redirect_url": "/azure/aks/hybrid/configure-custom-load-balancer",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/configure-load-balancer.md",
"redirect_url": "/azure/aks/hybrid/configure-load-balancer",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/connect-to-arc.md",
"redirect_url": "/azure/aks/hybrid/connect-to-arc",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/container-security.md",
"redirect_url": "/azure/aks/hybrid/container-security",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/container-storage-interface-disks.md",
"redirect_url": "/azure/aks/hybrid/container-storage-interface-disks",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/container-storage-interface-files.md",
"redirect_url": "/azure/aks/hybrid/container-storage-interface-files",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-aks-hybrid-preview-cli.md",
"redirect_url": "/azure/aks/hybrid/create-aks-hybrid-preview-cli",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-aks-hybrid-preview-networks.md",
"redirect_url": "/azure/aks/hybrid/create-aks-hybrid-preview-networks",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-aks-hybrid-preview-portal.md",
"redirect_url": "/azure/aks/hybrid/create-aks-hybrid-preview-portal",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-daemonsets.md",
"redirect_url": "/azure/aks/hybrid/create-daemonsets",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-deployments.md",
"redirect_url": "/azure/aks/hybrid/create-deployments",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-ingress-controller.md",
"redirect_url": "/azure/aks/hybrid/create-ingress-controller",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-kubernetes-cluster.md",
"redirect_url": "/azure/aks/hybrid/create-kubernetes-cluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-pods.md",
"redirect_url": "/azure/aks/hybrid/create-pods",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-replicasets.md",
"redirect_url": "/azure/aks/hybrid/create-replicasets",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/create-statefulset.md",
"redirect_url": "/azure/aks/hybrid/create-statefulset",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/deploy-arc-data-services.md",
"redirect_url": "/azure/aks/hybrid/deploy-arc-data-services",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/deploy-arc-resource-bridge-windows-server.md",
"redirect_url": "/azure/aks/hybrid/deploy-arc-resource-bridge-windows-server",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/deploy-azure-container-registry.md",
"redirect_url": "/azure/aks/hybrid/deploy-azure-container-registry",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/deploy-java-liberty-app.md",
"redirect_url": "/azure/aks/hybrid/deploy-java-liberty-app",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/deploy-linux-application.md",
"redirect_url": "/azure/aks/hybrid/deploy-linux-application",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/deploy-metallb.md",
"redirect_url": "/azure/aks/hybrid/deploy-metallb",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/deploy-windows-application.md",
"redirect_url": "/azure/aks/hybrid/deploy-windows-application",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/encrypt-secrets.md",
"redirect_url": "/azure/aks/hybrid/encrypt-secrets",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-kubelet-logs.md",
"redirect_url": "/azure/aks/hybrid/get-kubelet-logs",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/helm-deploy.md",
"redirect_url": "/azure/aks/hybrid/helm-deploy",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/help-support.md",
"redirect_url": "/azure/aks/hybrid/help-support",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/index.yml",
"redirect_url": "/azure/aks/hybrid/index",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues.yml",
"redirect_url": "/azure/aks/hybrid/known-issues",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-arc.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-arc",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-installation.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-installation",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-networking.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-networking",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-security.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-security",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-storage.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-storage",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-uninstall.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-uninstall",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-upgrade.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-upgrade",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-windows-admin-center.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-windows-admin-center",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/known-issues-workload-clusters.yml",
"redirect_url": "/azure/aks/hybrid/known-issues-workload-clusters",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/kubernetes-concepts.md",
"redirect_url": "/azure/aks/hybrid/kubernetes-concepts",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/kubernetes-helm.md",
"redirect_url": "/azure/aks/hybrid/kubernetes-helm",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/kubernetes-rbac-azure-ad.md",
"redirect_url": "/azure/aks/hybrid/kubernetes-rbac-azure-ad",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/kubernetes-walkthrough-powershell.md",
"redirect_url": "/azure/aks/hybrid/kubernetes-walkthrough-powershell",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/monitor-logging.md",
"redirect_url": "/azure/aks/hybrid/monitor-logging",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/multiple-load-balancers.md",
"redirect_url": "/azure/aks/hybrid/multiple-load-balancers",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/node-repair.md",
"redirect_url": "/azure/aks/hybrid/node-repair",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/offline-download.md",
"redirect_url": "/azure/aks/hybrid/offline-download",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/openfaas.md",
"redirect_url": "/azure/aks/hybrid/openfaas",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/overview.md",
"redirect_url": "/azure/aks/hybrid/overview",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/persistent-volume.md",
"redirect_url": "/azure/aks/hybrid/persistent-volume",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/prepare-windows-nodes-gmsa.md",
"redirect_url": "/azure/aks/hybrid/prepare-windows-nodes-gmsa",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/prestage-cluster-service-host-create.md",
"redirect_url": "/azure/aks/hybrid/prestage-cluster-service-host-create",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/pricing.md",
"redirect_url": "/azure/aks/hybrid/pricing",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/proxy-change.md",
"redirect_url": "/azure/aks/hybrid/proxy-change",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/restart-cluster.md",
"redirect_url": "/azure/aks/hybrid/restart-cluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/scale-cluster.md",
"redirect_url": "/azure/aks/hybrid/scale-cluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/secrets-store-csi-driver.md",
"redirect_url": "/azure/aks/hybrid/secrets-store-csi-driver",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/secure-communication.md",
"redirect_url": "/azure/aks/hybrid/secure-communication",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/set-multiple-administrators.md",
"redirect_url": "/azure/aks/hybrid/set-multiple-administrators",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/set-proxy-settings.md",
"redirect_url": "/azure/aks/hybrid/set-proxy-settings",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/setup.md",
"redirect_url": "/azure/aks/hybrid/setup",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/software-defined-networking.md",
"redirect_url": "/azure/aks/hybrid/software-defined-networking",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/ssh-connection.md",
"redirect_url": "/azure/aks/hybrid/ssh-connection",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/stop-start-cluster.md",
"redirect_url": "/azure/aks/hybrid/stop-start-cluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/supported-kubernetes-versions.md",
"redirect_url": "/azure/aks/hybrid/supported-kubernetes-versions",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/support-policies.md",
"redirect_url": "/azure/aks/hybrid/support-policies",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/system-requirements.md",
"redirect_url": "/azure/aks/hybrid/system-requirements",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/troubleshoot-aks-hybrid-preview.md",
"redirect_url": "/azure/aks/hybrid/troubleshoot-aks-hybrid-preview",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/troubleshoot-overview.md",
"redirect_url": "/azure/aks/hybrid/troubleshoot-overview",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/tutorial-kubernetes-app-update.md",
"redirect_url": "/azure/aks/hybrid/tutorial-kubernetes-app-update",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/tutorial-kubernetes-deploy-application.md",
"redirect_url": "/azure/aks/hybrid/tutorial-kubernetes-deploy-application",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/tutorial-kubernetes-deploy-cluster.md",
"redirect_url": "/azure/aks/hybrid/tutorial-kubernetes-deploy-cluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/tutorial-kubernetes-prepare-application.md",
"redirect_url": "/azure/aks/hybrid/tutorial-kubernetes-prepare-application",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/tutorial-kubernetes-prepare-azure-container-registry.md",
"redirect_url": "/azure/aks/hybrid/tutorial-kubernetes-prepare-azure-container-registry",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/tutorial-kubernetes-scale.md",
"redirect_url": "/azure/aks/hybrid/tutorial-kubernetes-scale",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/tutorial-kubernetes-upgrade-cluster.md",
"redirect_url": "/azure/aks/hybrid/tutorial-kubernetes-upgrade-cluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/update-akshci-host-powershell.md",
"redirect_url": "/azure/aks/hybrid/update-akshci-host-powershell",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/update-akshci-host-windows-admin-center.md",
"redirect_url": "/azure/aks/hybrid/update-akshci-host-windows-admin-center",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/upgrade.md",
"redirect_url": "/azure/aks/hybrid/upgrade",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/upgrade-kubernetes.md",
"redirect_url": "/azure/aks/hybrid/upgrade-kubernetes",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/use-node-pools.md",
"redirect_url": "/azure/aks/hybrid/use-node-pools",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/view-logs.md",
"redirect_url": "/azure/aks/hybrid/view-logs",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/work-with-autoscaler-profiles.md",
"redirect_url": "/azure/aks/hybrid/work-with-autoscaler-profiles",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/work-with-horizontal-autoscaler.md",
"redirect_url": "/azure/aks/hybrid/work-with-horizontal-autoscaler",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/add-akshcigmsacredentialspec.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/add-akshcigmsacredentialspec",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/add-akshcigmsacredentialspec.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/add-akshcigmsacredentialspec",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/add-akshcinode.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/add-akshcinode",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/add-akshcinode.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/add-akshcinode",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/disable-akshciarcconnection.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/disable-akshciarcconnection",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/disable-akshciarcconnection.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/disable-akshciarcconnection",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/disable-akshciofflinedownload.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/disable-akshciofflinedownload",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/disable-akshcipreview.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/disable-akshcipreview",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/enable-akshciarcconnection.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/enable-akshciarcconnection",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/enable-akshciarcconnection.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/enable-akshciarcconnection",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/enable-akshciofflinedownload.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/enable-akshciofflinedownload",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/enable-akshcipreview.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/enable-akshcipreview",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcibillingstatus.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcibillingstatus",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcibillingstatus.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcibillingstatus",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshciautoscalerprofile.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciautoscalerprofile",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcicluster.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcicluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcicluster.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcicluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshciclusternetwork.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciclusternetwork",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshciclusternetwork.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciclusternetwork",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshciclusterupdates.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciclusterupdates",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshciclusterupdates.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciclusterupdates",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshciconfig.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciconfig",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshciconfig.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciconfig",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcicredential.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcicredential",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcicredential.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcicredential",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcieventlog.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcieventlog",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcieventlog.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcieventlog",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcikubernetesversion.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcikubernetesversion",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcikubernetesversion.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcikubernetesversion",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcilogs.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcilogs",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcilogs.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcilogs",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcinodepool.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcinodepool",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcinodepool.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcinodepool",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshciproxysetting.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciproxysetting",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshciproxysetting.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciproxysetting",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshciregistration.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciregistration",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshciregistration.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciregistration",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcirelease.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcirelease",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcistoragecontainer.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcistoragecontainer",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcistoragecontainer.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcistoragecontainer",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshciupdates.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciupdates",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshciupdates.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciupdates",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshciversion.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciversion",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshciversion.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshciversion",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/get-akshcivmsize.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcivmsize",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/get-akshcivmsize.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/get-akshcivmsize",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/initialize-akshcinode.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/initialize-akshcinode",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/initialize-akshcinode.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/initialize-akshcinode",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/index.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/index",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/install-akshci.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshci",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/install-akshci.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshci",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/install-akshciadauth.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshciadauth",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/install-akshciadauth.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshciadauth",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/install-akshcicsinfs.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshcicsinfs",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/install-akshcicsinfs.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshcicsinfs",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/install-akshcicsismb.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshcicsismb",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/install-akshcicsismb.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshcicsismb",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/install-akshcigmsawebhook.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshcigmsawebhook",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/install-akshcigmsawebhook.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshcigmsawebhook",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/install-akshcimonitoring.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshcimonitoring",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/install-akshcimonitoring.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/install-akshcimonitoring",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/invoke-akshcirotatecacertificate.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/invoke-akshcirotatecacertificate",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/new-akshciautoscalerprofile.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshciautoscalerprofile",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/new-akshcicluster.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshcicluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/new-akshcicluster.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshcicluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/new-akshciclusternetwork.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshciclusternetwork",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/new-akshciclusternetwork.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshciclusternetwork",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/new-akshcinetworksetting.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshcinetworksetting",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/new-akshcinetworksetting.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshcinetworksetting",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/new-akshciloadbalancersetting.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshciloadbalancersetting",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/new-akshcinodepool.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshcinodepool",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/new-akshcinodepool.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshcinodepool",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/new-akshciproxysetting.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshciproxysetting",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/new-akshciproxysetting.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshciproxysetting",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/new-akshcistoragecontainer.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshcistoragecontainer",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/new-akshcistoragecontainer.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/new-akshcistoragecontainer",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/remove-akshciautoscalerprofile.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshciautoscalerprofile",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/remove-akshcicluster.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshcicluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/remove-akshcicluster.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshcicluster",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/remove-akshciclusternetwork.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshciclusternetwork",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/remove-akshciclusternetwork.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshciclusternetwork",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/remove-akshcigmsacredentialspec.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshcigmsacredentialspec",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/remove-akshcigmsacredentialspec.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshcigmsacredentialspec",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/remove-akshcinode.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshcinode",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/remove-akshcinode.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshcinode",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/remove-akshcinodepool.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshcinodepool",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/remove-akshcinodepool.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/remove-akshcinodepool",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/repair-akshcicerts.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/repair-akshcicerts",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/repair-akshcicerts.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/repair-akshcicerts",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/repair-akshciclustercerts.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/repair-akshciclustercerts",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/repair-akshciclustercerts.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/repair-akshciclustercerts",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/restart-akshci.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/restart-akshci",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/restart-akshci.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/restart-akshci",
"redirect_document_id": false
},
{
"source_path": "azure-stack/aks-hci/reference/ps/set-akshciautoscalerprofile.md",
"redirect_url": "/azure/aks/hybrid/reference/ps/set-akshciautoscalerprofile",