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
Colin Griffin
3a10cba498
Add variable examples for rke template requirements
2021-05-19 14:27:03 -04:00
Catherine Luse
fc59f155ad
Merge pull request #3276 from catherineluse/resolve-conflict
...
Merge master into staging
2021-05-18 22:48:03 -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
Catherine Luse
240a54a4e5
Merge pull request #3272 from jagwire16/patch-2
...
Change "is" to "it"
2021-05-17 16:13:09 -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
71476f86f5
Merge pull request #3264 from cmurphy/mutability
...
Add "Mutable" indicator for GKE config-reference
2021-05-14 09:26:12 -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
791a252aac
Merge pull request #3251 from cmurphy/selinux-check
...
Add note about how to check SELinux status
2021-05-10 14:58:29 -07: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
Catherine Luse
e79d70d410
Merge pull request #3250 from rancher/dkeightley-patch-1
...
Update hyperlink typo
2021-05-10 09:45:58 -07:00
dkeightley
04a9c3a9a8
Update hyperlink typo
2021-05-10 15:05:45 +12:00
Catherine Luse
fa65ede783
Merge pull request #3247 from sirredbeard/feature-parity-matrix
...
Create Windows Linux feature parity matrix
2021-05-07 14:30:05 -07:00
Catherine Luse
941209c4ac
Change 'as of' to Rancher version
2021-05-07 14:28:17 -07:00
Hayden
d6c71ca46f
Create Windows Linux feature parity matrix
2021-05-07 11:15:35 -04:00
Catherine Luse
6a3564e223
Add .x to Rancher version sections
2021-05-06 21:06:42 -07:00
Catherine Luse
77bfdcfda7
Merge pull request #3239 from rancher/staging
...
Merge staging to master
2021-05-06 10:05:17 -07:00
Akihiro Suda
fb301936a9
k3s: update instruction for rootless mode
...
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp >
2021-05-06 20:43:51 +09:00
Catherine Luse
0f5b694de5
Fix links
2021-05-05 12:28:12 -07:00
Catherine Luse
9bc864872f
Add separate cards for separate doc versions
2021-05-05 11:56:02 -07:00