Caleb Bron
|
7660e77e53
|
Adds options to global DNS
|
2020-11-20 16:56:42 -07:00 |
|
Sebastiaan van Steenis
|
1df760cc00
|
Merge pull request #1184 from superseb/v24_ingresshostport
[release/v2.4] Ability to change network mode/ports for ingress
|
2020-10-22 19:14:46 +02:00 |
|
Sebastiaan van Steenis
|
9607d70d5e
|
generated
|
2020-10-21 19:52:30 +02:00 |
|
Sebastiaan van Steenis
|
3eb9846de8
|
Ability to change network mode/ports for ingress
|
2020-10-21 19:51:49 +02:00 |
|
Kinara Shah
|
e1dd38de6b
|
Merge pull request #1180 from kinarashah/drain
[2.4] update default for ignoreDaemonSets
|
2020-09-18 11:40:36 -07:00 |
|
kinarashah
|
1fae495895
|
update default for ignoreDaemonSets
|
2020-09-18 11:24:42 -07:00 |
|
Kinara Shah
|
42b3abe8e3
|
Merge pull request #1173 from kinarashah/saml
[v2.4] add fields for kubeconfig saml tokens
|
2020-08-12 13:14:28 -07:00 |
|
kinarashah
|
0196014d85
|
go generate
|
2020-08-04 15:56:52 -07:00 |
|
kinarashah
|
cf6aad45fb
|
add fields for kubeconfig saml tokens
|
2020-08-04 15:56:52 -07:00 |
|
Luther Monson
|
ae84b42a47
|
Merge pull request #1174 from luthermonson/wins
win_ Params for RKE
|
2020-07-23 15:40:53 -07:00 |
|
Luther
|
2316279385
|
generated
|
2020-07-20 18:59:30 -07:00 |
|
Steven Crespo
|
5932ed83e2
|
Merge pull request #1171 from PennyScissors/release/v2.4
Bump minio version
|
2020-07-14 13:57:28 -07:00 |
|
Steven Crespo
|
2ff34b8911
|
Bump minio version
|
2020-07-13 23:09:01 -07:00 |
|
Luther
|
cbc40e5210
|
wins params
|
2020-07-09 13:58:59 -07:00 |
|
maggieliu
|
b9650ec99a
|
Merge pull request #1167 from GGGitBoy/alert-enhance-pr-2.4
[2.4.6] Add DingtalkConfig and MicrosoftConfig for notifiers
|
2020-07-07 10:29:26 -07:00 |
|
Ryan Sanna
|
34259a45e4
|
Merge pull request #1160 from ryansann/resource-name-validation-backport-2.4
[2.4] Backport Relax Resource Name Validation - ConfigMaps, Secrets, PVs, PVCs
|
2020-06-26 10:01:00 -07:00 |
|
GGGitBoy
|
bc09c04150
|
go generate
|
2020-06-24 11:12:14 +08:00 |
|
GGGitBoy
|
b85c9948ed
|
Add notifiers Dingtalk and Microsoft Teams
|
2020-06-24 11:07:27 +08:00 |
|
Sebastiaan van Steenis
|
b18f4c1944
|
Merge pull request #1163 from superseb/v24_add_dockerinfo_selinux
[release/v2.4] Add InitBinary/SecurityOptions to DockerInfo
|
2020-06-09 19:19:48 +02:00 |
|
Sebastiaan van Steenis
|
f9b99ee437
|
go generate
|
2020-06-09 18:43:37 +02:00 |
|
Sebastiaan van Steenis
|
170bcc77a5
|
Add InitBinary/SecurityOptions to DockerInfo
|
2020-06-09 18:39:19 +02:00 |
|
Ryan Sanna
|
9ac3f4c770
|
relax name validation on several types
|
2020-06-05 12:59:41 -07:00 |
|
Rajashree Mandaogane
|
a8a73960f6
|
Merge pull request #1155 from rancher/revert-1148-backport_userattrib
Revert "[2.4] Add UserInfo field to UserAttributes"
|
2020-05-29 11:00:16 -07:00 |
|
Rajashree Mandaogane
|
054202acf6
|
Revert "[2.4] Add UserInfo field to UserAttributes"
|
2020-05-29 09:56:15 -07:00 |
|
Dan Ramich
|
b5fb46b182
|
Merge pull request #1083 from rawmind0/apiBool
[2.4] [Fix] Updated api bool fields with default=true to *bool, to be usable from client
|
2020-05-28 14:31:32 -07:00 |
|
rawmind0
|
a34b8354fd
|
[Fix] Updated bool fields with default=true to *bool, to be usable from client. Go generated files
|
2020-05-28 21:59:47 +02:00 |
|
rawmind0
|
cd333fe783
|
[Fix] Updated bool fields with default=true to *bool, to be usable from client. Go types files
|
2020-05-26 23:17:45 +02:00 |
|
Rajashree Mandaogane
|
5e3b8e1c62
|
Merge pull request #1148 from mrajashree/backport_userattrib
[2.4] Add UserInfo field to UserAttributes
|
2020-05-22 15:33:12 -07:00 |
|
rajashree
|
656597e0ba
|
Generated changes
|
2020-05-22 11:14:41 -07:00 |
|
rajashree
|
795144ee9b
|
Add UserInfo field to UserAttributes
|
2020-05-22 11:12:43 -07:00 |
|
Caleb Bron
|
bbacbc0f8e
|
Merge pull request #1147 from cbron/istio-dest-rule-lb-nullable-2.4
Istios UseSourceIP must be nullable or it fails LBs validation
|
2020-05-20 16:43:20 -07:00 |
|
Caleb Bron
|
3fe1e8b5b7
|
Istios UseSourceIP must be nullable or it fails LBs validation
You can have only one ConsistentHashLB setting, and since useSourceIp
was not nullable and defaulting to false, it was always getting
set. Meaning setting any of the either two would fail validation.
This PR turns bool to pointer, making it nullable.
See: https://archive.istio.io/v1.4/docs/reference/config/networking/destination-rule/#LoadBalancerSettings-ConsistentHashLB
|
2020-05-20 16:30:05 -07:00 |
|
Darren Shepherd
|
ee9c76e143
|
Merge pull request #1146 from aiyengar2/backport-k8s-1-18
[2.4] Backport upgrade to k8s 1.18
|
2020-05-20 13:58:02 -07:00 |
|
Arvind Iyengar
|
52e1e19792
|
vendor changes
|
2020-05-20 11:19:15 -07:00 |
|
Darren Shepherd
|
b0ae09903c
|
Update vendor
(cherry picked from commit 0cb9d9a237 )
|
2020-05-19 17:42:53 -07:00 |
|
Darren Shepherd
|
1acf60e1b7
|
Update generated code for k8s 1.18
(cherry picked from commit 438c299ece )
|
2020-05-19 17:42:41 -07:00 |
|
Darren Shepherd
|
cb44b3ff40
|
Update to go 1.13
(cherry picked from commit 19b8e21bfa )
|
2020-05-19 17:42:33 -07:00 |
|
Dax McDonald
|
a4f6ba0aa0
|
Merge pull request #1140 from daxmc99/v2.4
[backport 2.4] Add k3os constant to cluster types
|
2020-04-10 10:09:11 -07:00 |
|
Dax McDonald
|
d7e9caf6bf
|
Add k3os cluster driver constant
|
2020-04-10 09:58:45 -07:00 |
|
Dan Ramich
|
0f97f2238c
|
Merge pull request #1134 from dramich/nodecount24
[2.4] Add nodeCount to clusterStatus
|
2020-04-07 09:21:36 -07:00 |
|
Dan Ramich
|
d569c01c53
|
Generated changes
|
2020-04-07 09:06:39 -07:00 |
|
Dan Ramich
|
6a7ab5c55c
|
Add nodeCount to clusterStatus
|
2020-04-07 09:06:31 -07:00 |
|
GGGitBoy
|
29ff83f968
|
Set Field 'Me' to nocreate and noupdate
|
2020-04-04 06:59:46 -07:00 |
|
Darren Shepherd
|
b4612bd96d
|
Merge pull request #1128 from ibuildthecloud/release/v2.4
Cherry pick #1127
|
2020-03-26 15:49:03 -07:00 |
|
Darren Shepherd
|
796254da08
|
Update generated code
|
2020-03-26 15:46:25 -07:00 |
|
rajashree
|
5e7b91198f
|
Copy k8s updateStrategy structs
|
2020-03-26 15:45:02 -07:00 |
|
Rajashree Mandaogane
|
131b470971
|
Merge pull request #1124 from mrajashree/drainTimeout
Change nodeDrainInput default timeout to 120
|
2020-03-20 18:06:55 -07:00 |
|
rajashree
|
49d9d8e3ae
|
Change nodeDrainInput default timeout to 120
|
2020-03-20 17:33:14 -07:00 |
|
Daishan Peng
|
36d43b5937
|
Merge pull request #1123 from StrongMonkey/cis-fix
Move CIS annotation to status
|
2020-03-19 08:48:46 -07:00 |
|
Daishan
|
2e7fd669bf
|
Generated changes
|
2020-03-18 21:53:14 -07:00 |
|