carolyn
d0d4c193f6
enforce HostnamePrefix to be dnsLabel and relax RequestedHostname to be hostname
2018-09-04 16:42:17 -07:00
kinarashah
2f7c66d509
set defaults for rke cluster
2018-09-04 12:00:50 -07:00
galal-hussein
fdaf972f52
Add default registry option
2018-08-31 13:26:01 -07:00
galal-hussein
327b5b3c14
go generate
2018-08-31 13:26:01 -07:00
Nathan Jenan
f635fb3de1
Generated code
2018-08-30 18:33:47 -07:00
Nathan Jenan
027ea948bc
Adding options to AKS spec
...
Adding options to the AKS config so that options can be passed to support
setting a custom vnet (without these options, a cluster with a custom vnet
will not be functional).
Issue:
https://github.com/rancher/rancher/issues/15135
2018-08-30 18:33:47 -07:00
Daishan Peng
7d0bdbe04a
hide ssh key in api
2018-08-30 18:28:27 -07:00
Daishan Peng
6b3463d9ba
add migrated conditions
2018-08-30 15:47:40 -07:00
moelsayed
eb5a4fd55a
Move admission controller configrations to ServiceOptions
2018-08-30 10:13:55 -07:00
moelsayed
1d17641e72
Update to rke-tools:v0.1.14, flannel:v0.10.0, flannel-cni:v0.3.0, calico:v0.3.1.3
2018-08-30 09:46:47 -07:00
moelsayed
fbf98f9eea
Copy v1.11.2-rancher1-1 to v1.11.2-rancher1-2
2018-08-30 09:46:47 -07:00
MaiWJ
2dcb95d094
Update generated
2018-08-25 07:35:18 -07:00
MaiWJ
db8216d645
Add WindowsNodeCommand to ClusterRegistrationTokenStatus
2018-08-25 07:35:18 -07:00
Craig Jellick
27bc977d20
generated changes
2018-08-24 15:06:18 -07:00
MaiWJ
6b40903255
Supporting Windows
...
1. adding Publish to v3.Process
2. adding k8s windows system container images
2018-08-24 15:06:18 -07:00
Alena Prokharchyk
ce40dd4d02
Generated changes
2018-08-24 14:51:54 -07:00
Alena Prokharchyk
eb18b360c0
Resoure quota refactor - no more template
2018-08-24 14:51:54 -07:00
Craig Jellick
3c5fd8d134
Revert "Supporting Windows"
...
This reverts commit 537f86e63c
.
2018-08-24 14:40:06 -07:00
Craig Jellick
aae339bd1f
Revert "Update generated"
...
This reverts commit 2d5505d65c
.
2018-08-24 14:40:06 -07:00
MaiWJ
2d5505d65c
Update generated
2018-08-24 14:17:37 -07:00
MaiWJ
537f86e63c
Supporting Windows
...
1. adding Publish to v3.Process
2. adding k8s windows system container images
2018-08-24 14:17:37 -07:00
gitlawr
3f9f0068c8
update generated
2018-08-23 20:25:06 -07:00
gitlawr
36f2de76ce
update pipeline types
2018-08-23 20:25:06 -07:00
Dan Ramich
977d3d15e3
Remove const
2018-08-23 15:20:18 -07:00
Dan Ramich
a2e5eb253f
Generated changes
2018-08-23 15:20:18 -07:00
Dan Ramich
c1a8152342
Update vendor
2018-08-23 15:20:18 -07:00
carolyn
3d6df33585
enable keycloak auth
2018-08-23 11:18:56 -07:00
Sebastiaan van Steenis
ffd9cd73fe
Change certificate SANs to List
2018-08-21 13:05:35 -07:00
Max Korp
f8ef53481d
go generate
2018-08-21 12:31:13 -07:00
Max Korp
2e363610b2
Add current flag to tokens
2018-08-21 12:31:13 -07:00
carolyn
0f69ef3864
disable keycloak auth
2018-08-17 11:22:34 -07:00
Denise
05d89bf280
Merge pull request #541 from galal-hussein/update_k8s
...
Update k8s version to v1.11.2-rancher1-1
2018-08-17 10:41:04 -07:00
galal-hussein
c8034b5e78
Add cipher suites to k8s 1.11 and update it to 1.11.2
2018-08-17 03:17:51 +02:00
galal-hussein
041ba91135
Add new k8s version
2018-08-17 00:47:42 +02:00
kinarashah
e1bbb10b72
generated changes
2018-08-16 14:01:25 -07:00
kinarashah
b99fdf3b4c
add stopDrain action for node
2018-08-16 14:01:25 -07:00
carolyn
bf4e7bc45d
run go generate
2018-08-15 00:59:44 +03:00
carolyn
36b68eaa57
add KeyCloak Config in types
2018-08-15 00:59:44 +03:00
Dan Ramich
38a6850257
Add CreateNewUserClusterRoleBinding to user interface
2018-08-14 14:30:29 -07:00
Darren Shepherd
d6d559ea16
Add notready state to containers
2018-08-13 10:04:40 -07:00
kinarashah
eebbe77993
go generate
2018-08-07 12:31:31 -07:00
kinarashah
ffd8f7ed64
Use secretName instead of secretId
...
Using reference to id always returns namespace:id, but it doesn't
work while using project scoped secrets; thus using name similar
to secrets used as environment variables from source
2018-08-07 12:31:31 -07:00
Daishan Peng
728ef5c4b9
sort env key
...
Problems:
When we created workloads in rancher api, the environment variable
field is converted without a specific order.(we simplely loop in the
map). This will cause K8s workload spec to change constantly if we do a
update, and cause the pod getting recreated.
Solutions:
Sort the map and make sure they always follow the same order in k8s
workload spec.
2018-08-06 10:27:51 -07:00
Daishan Peng
0968d09296
fix regular expression
...
https://github.com/rancher/rancher/issues/14939 .
Problems:
we are not using lazy match to match the group (!=|=) so that "foo !=
bar` can be parsed wrongly as (foo !) (=) (bar).
Solutions:
Use lazy match to match as less as possible the characters in the first
group. Also improved the whitespace matches.
2018-08-04 10:51:38 -07:00
Nathan Jenan
d919b35add
Generated Code
2018-08-04 10:17:49 -07:00
Nathan Jenan
86a73e7cfc
Changing options to use bool pointers
2018-08-04 10:17:49 -07:00
Denise Schannon
b792bfd0e8
fix k8s defaults again
2018-08-03 12:33:57 -07:00
Denise
42c4836915
Merge pull request #533 from deniseschannon/cleanup-types
...
cleaning up k8s types to preserve released versions
2018-08-03 10:37:15 -07:00
Denise Schannon
da23818965
rke-tools v0.1.13
2018-08-03 10:29:32 -07:00
Denise Schannon
e38f27212e
cleaning up k8s types to preserve released versions
2018-08-03 10:26:39 -07:00