Catherine Luse
8ae6e7a448
Say all node roles are required for RKE clusters in more places #3126
2021-05-26 21:10:22 -07:00
Catherine Luse
7184ef891e
Merge pull request #3287 from farzadmf/patch-1
...
Fix the header so that the link works
2021-05-26 11:33:27 -07:00
Catherine Luse
afb4b262da
Merge pull request #3290 from MonzElmasry/rke2-cis-1.6-docs
...
Add rke2 cis-1.6 docs
2021-05-26 11:30:43 -07:00
Catherine Luse
0ca0e620cc
Merge pull request #3292 from superseb/rke_kernel_modules
...
Refer to upstream for CNI requirements
2021-05-26 11:19:55 -07:00
Catherine Luse
a2da5ea5a3
Merge pull request #3293 from superseb/rke_example_ymls
...
Add more examples to RKE example YAML
2021-05-26 11:17:14 -07:00
Catherine Luse
f427dada8d
Update snapshot to false for RKE cluster.yml example in versioned docs
2021-05-26 11:12:58 -07:00
Catherine Luse
e12850450c
Merge pull request #3296 from rancher/staging
...
Merge staging to master
2021-05-26 10:39:09 -07:00
Catherine Luse
3b827f6fae
Change formatting in logging docs
2021-05-26 10:34:23 -07:00
dkeightley
36b6baa1a6
Update snapshot to false for RKE cluster.yml example
2021-05-26 12:23:12 +12:00
MonzElmasry
c9ec8e1539
add rke2 cis-1.6 docs
2021-05-25 23:17:34 +02:00
Sebastiaan van Steenis
7c5b064477
Add more examples to RKE example YAML
2021-05-25 14:59:02 +02:00
Sebastiaan van Steenis
812dd849ab
Refer to upstream for CNI requirements
2021-05-25 13:39:38 +02:00
Farzad Majidfayyaz
465bb4686e
Fix the header so that the link works
2021-05-21 07:59:34 -04:00
Catherine Luse
b8969899eb
Merge pull request #3284 from bashofmann/fix-adfs-openssl-req-command
...
Fix openssl certificate generation command in ADFS docs
2021-05-20 14:50:06 -07:00
Catherine Luse
e2c97faf15
Merge pull request #3277 from btat/pager-duty
...
Add PagerDuty example for Rancher <2.5.4
2021-05-20 14:48:22 -07:00
Catherine Luse
e8c7e735a4
Merge pull request #3278 from btat/istio-uninstall
...
Update Istio uninstall steps
2021-05-20 13:34:55 -07:00
Catherine Luse
c0bd85bec1
Merge pull request #3279 from btat/suse-ports
...
Update opening ports on newer SUSE linux distros
2021-05-20 13:18:43 -07:00
Catherine Luse
fe08b4ea2d
Merge pull request #3283 from btat/3272-typo
...
Change "is" to "it"
2021-05-20 12:43:16 -07:00
Catherine Luse
edc3b2a1ce
Clarify that credential secret dropdown includes secrets from all namespaces #3054
2021-05-20 11:56:44 -07:00
Catherine Luse
d341f2e9c2
Clarify that the S3 backup secret's namespace can be configured #3054
2021-05-20 11:54:28 -07:00
Catherine Luse
d0e7f18f23
Fix YAML indentation for example for Istio and RKE2
2021-05-20 10:47:29 -07:00
Bastian Hofmann
11139f18c5
Fix openssl certificate generation command in ADFS docs
...
The CN must be a hostname without a protocol.
With the protocol the command even fails because of the missing escaping of the forward slashes:
openssl req -x509 -newkey rsa:2048 -keyout myservice.key -out myservice.cert -days 365 -nodes -subj '/CN=https://myservice.example.com '
Generating a 2048 bit RSA private key
..+++
...........................+++
writing new private key to 'myservice.key'
-----
end of string encountered while processing type of subject name element #1
problems making Certificate Request
Signed-off-by: Bastian Hofmann <bashofmann@gmail.com >
2021-05-20 15:50:53 +02:00
Catherine Luse
8ee63f468f
Fix meaning of PromQL #3245
2021-05-19 16:24:53 -07:00
Catherine Luse
4e0bd8c926
Show differences in logging config between v2.5.0 and v2.5.8 for #3244
2021-05-19 15:37:24 -07:00
Catherine Luse
48c2752fc2
Reorganize logging docs before addressing #3244
2021-05-19 15:37:24 -07:00
Billy Tat
d4f0454946
Change "is" to "it"
2021-05-19 21:20:37 +00:00
Catherine Luse
57357fafff
Merge pull request #3280 from btat/aks-feedback
...
Aks feedback
2021-05-19 13:03:48 -07:00
Catherine Luse
9683d4e1c2
Merge branch 'master' into resolve-conflict
2021-05-18 22:45:22 -07:00
Catherine Luse
1fcf086437
Reorganize docs about cluster configuration options #3198
2021-05-18 22:18:06 -07:00
Catherine Luse
75c793acdf
Merge pull request #3274 from axeal/fix-rancher-chart-options-audit-maxbackup
...
Correct Rancher chart auditLog.maxBackup typo
2021-05-18 20:30:48 -07:00
Catherine Luse
8e47dd451d
Merge pull request #3271 from superseb/kubelet_serving_certificate
...
Add cert info/links for kubelet serving cert
2021-05-18 20:29:30 -07:00
Catherine Luse
375fba0ed8
Merge pull request #3270 from rancher/backup-secret-stringdata
...
Fix backup restore secret creation
2021-05-18 20:28:53 -07:00
Catherine Luse
608ee4ab11
Put CVE list in reverse chronological order #3236
2021-05-18 18:00:15 -07:00
Catherine Luse
97b24f93f4
Fix formatting
2021-05-18 13:49:27 -07:00
Alex Seymour
8d1cf071c0
Correct auditLog.maxBackup typo
2021-05-18 16:55:41 +02:00
Billy Tat
05f653f118
Update opening ports on newer SUSE linux distros
2021-05-17 17:04:39 -07:00
Jeremy Glover
cd5f5efad5
Change "is" to "it"
2021-05-17 15:58:02 -04:00
Sebastiaan van Steenis
4eb05df1b1
Add cert info/links for kubelet serving cert
2021-05-16 19:12:39 +02:00
Vincent Fiduccia
261faba2ff
Update _index.md
...
The credentials for the secret need to either go into `stringData` or be base64-encoded.
2021-05-15 09:26:31 -07:00
Billy Tat
e06f43d23f
Update Istio uninstall steps
2021-05-14 17:02:17 -07:00
Catherine Luse
4987344255
Italicize mutable status for GKE config options
2021-05-14 09:25:06 -07:00
Billy Tat
cea5a7563d
Add PagerDuty example for Rancher <2.5.4
2021-05-13 19:15:44 -07:00
Billy Tat
1a52debb72
Rancher on AKS feedback fixes
2021-05-13 17:53:34 -07:00
Catherine Luse
4d0d81b9ba
Change Helm commands from Helm 2 to Helm 3 #3131
2021-05-13 10:10:31 -07:00
Catherine Luse
d280536066
Merge pull request #3262 from rancher/fix-update-ca-kubectl-patch-for-v-2-5-x
...
Fix kubectl patch command for v2.5.x in update CA docs
2021-05-12 21:03:43 -07:00
Catherine Luse
f41f649494
Make RancherD install less prominent because it is experimental #3260
2021-05-12 20:45:44 -07:00
Colleen Murphy
b450e99d7e
Add "Mutable" indicator for GKE config-reference
...
The Rancher UI prevents a user from editing a field for a provisioned
GKE cluster that GKE does not support changing, but the Rancher API
schema allows updates to some fields that will get ignored and cause
confusion to API users. This change (for 2.5.8 only) tries to mitigate
that confusion by pointing out which fields can be changed.
2021-05-12 16:03:55 -07:00
Alex Seymour
7099b82bb1
Fix kubectl patch command for v2.5.x
...
- An agent is no longer deployed to the local cluster in Rancher v2.5.x, so the local cluster can be excluded
- There are two cluster CRDs in v2.5.x clusters.management.cattle.io and clusters.rancher.cattle.io, so this needs to be fully-qualified
2021-05-12 17:13:46 +02:00
Catherine Luse
e60eb3a2ef
Merge pull request #3183 from btat/aks
...
Add install Rancher on AKS
2021-05-10 12:55:53 -07:00
Colleen Murphy
4137d33f0c
Add note about how to check SELinux status
2021-05-10 10:38:35 -07:00