orangedeng
365da17d01
Fix marshal v1.Taint to yaml panic
...
**Problem:**
Marshal v1.Taint with timeAdded nil value to yaml panic.
**Solution:**
Use our own taint struct with omitempty flag of timeAdded field.
2019-07-31 10:29:03 -07:00
moelsayed
45caae4c52
generated code
2019-07-29 17:01:14 -07:00
moelsayed
70cec52fd6
Add user types to process and etcd service
2019-07-29 17:01:14 -07:00
Guangbo Chen
facd19d687
Add monitoring version types
2019-07-26 14:51:32 -07:00
Dan Ramich
839eead94c
Merge pull request #911 from rmweir/wait-timeout-fix
...
Wait timeout fix
2019-07-25 10:01:25 -07:00
orangedeng
6f21918797
go generate
2019-07-24 19:00:38 -07:00
orangedeng
fec9589dd3
Add Windows prefer field to cluster
...
**Problem:**
We don't have a specific field for windows prefered cluster.
So UI has to guess the cluster support windows node or not.
2019-07-24 19:00:38 -07:00
orangedeng
f277b4895a
Add taints field to node type
...
- Add desiredNodeTaints feilds to node.
- Add nodeTaints field to node pool.
- Add nodeTaints field to node template.
2019-07-24 19:00:38 -07:00
orangedeng
197b45db42
Add taints field into rke node config
2019-07-24 19:00:38 -07:00
gitlawr
b9d6b98174
Bump pipeline-tools image to v0.1.10
2019-07-22 19:55:20 -07:00
orangedeng
01e479069c
go generate
2019-07-22 19:45:30 -07:00
orangedeng
35112c6ee7
Introduce APIService resource to Rancher
2019-07-22 19:45:30 -07:00
orangedeng
62d70fb549
Update vendor for kube-aggregator
2019-07-22 19:45:30 -07:00
orangedeng
ceafd174fc
Add ScalingLimited condition to status map
...
The hpa condition ScalingLimited should be in reverseErrorMap.
It means the the hps object is currently not able to scale due to
the scaling speed is too high.
2019-07-22 19:45:11 -07:00
rmweir
e254a9ecb7
go generate
2019-07-22 16:50:28 -07:00
rmweir
bcc4494b9a
Add timeout and wait to apps
...
Added timeout and wait fields to apps. Prior, there was no way for
rancher to utilize helm's timeout and wait flags. Now, values for
these flags can be read from and assigned to their respective app
fields.
2019-07-22 16:47:10 -07:00
gitlawr
897c9b5d95
go generate
2019-07-22 16:47:05 -07:00
gitlawr
d5b5108ddb
Correct schedulerName, priority and priorityClassName fields
2019-07-22 16:47:05 -07:00
gitlawr
c8c22eccbd
go generate
2019-07-22 16:20:21 -07:00
gitlawr
9e9f110be1
Bring back host field in HttpGet probe
...
Problem:
On redeploy/UI update, httpGet.host in yaml manifest is removed.
Solution:
Bring it back in API scheme
2019-07-22 16:20:21 -07:00
Alena Prokharchyk
4f65b5d2da
Ingress name type to hostname
2019-07-22 12:33:13 -07:00
Prachi Damle
aa57f8af4e
Generated changes
2019-07-19 11:37:59 -07:00
Prachi Damle
5b8362efd4
Drop Enforced flag from ClusterTemplate, add ClusterTemplate Questions on ClusterSpec
2019-07-19 11:37:59 -07:00
Sebastiaan van Steenis
7aea84d554
Generated code
2019-07-19 11:37:06 -07:00
Sebastiaan van Steenis
76b4f078af
Add s3 folder option
2019-07-19 11:37:06 -07:00
moelsayed
8c592cf98f
remove required
2019-07-15 16:22:23 -07:00
kinarashah
d8241faa37
go generate
2019-07-15 15:28:42 -07:00
kinarashah
80ba3fa874
add refresh action
2019-07-15 15:28:42 -07:00
Craig Jellick
7aaf17edf2
Merge pull request #739 from aiwantaozi/work2
...
add client key and certificate for logging fluentd
2019-07-11 13:30:25 -07:00
Craig Jellick
da74a07be3
Merge pull request #870 from gitlawr/istio
...
Add istio VirtualService and DestinationRule types
2019-07-11 13:26:19 -07:00
Aiwantaozi
8a698a37a0
update vendor
2019-07-11 17:01:29 +08:00
Aiwantaozi
218080cd20
add client key and certificate for logging fluentd
...
Problem:
advance mode have support client key and certificate for fluentd logging
target but normal mode not yet
Solution:
add client key and certificate for fluentd
Issue:
https://github.com/rancher/rancher/issues/18438
2019-07-11 17:01:29 +08:00
gitlawr
a0afba4d18
go generate
2019-07-10 09:57:30 +08:00
gitlawr
bd5a9e3e53
Add istio VirtualService and DestinationRule types
2019-07-10 09:57:30 +08:00
gitlawr
22e321a584
Update vendors
2019-07-10 09:57:30 +08:00
Prachi Damle
29db9d560e
Generated Changes
2019-07-09 15:49:09 -07:00
Prachi Damle
c6081c7b88
Add satisfies field to Question schema
2019-07-09 15:49:09 -07:00
Prachi Damle
8070d48db4
Generated Changes
2019-07-08 10:36:36 -07:00
Prachi Damle
cc27d74d83
ClusterTemplate remove Enabled, readonly on Cluster
2019-07-08 10:36:36 -07:00
kinarashah
7c47f85c08
go generate
2019-07-03 09:45:35 -07:00
kinarashah
d381e58a9e
add rke metadata types
2019-07-03 09:45:35 -07:00
Craig Jellick
b3b635340f
Merge pull request #854 from rmweir/feature-flags-v5
...
Feature flags v5
2019-07-02 14:10:18 -07:00
rmweir
453910517a
go generate
2019-07-02 12:40:49 -07:00
rmweir
1b3c529b0c
Add feature type
...
Added feature type, which will be used by rancher to toggle whether
features are enabled. This is part of the feature flagging feature.
2019-07-02 12:40:49 -07:00
rmweir
46ed3c5443
go generate
2019-07-02 12:40:49 -07:00
rmweir
5cd54f9c21
Update norman
2019-07-02 12:40:41 -07:00
Prachi Damle
d9ade4d51d
Generated changes
2019-07-01 13:19:39 -07:00
Prachi Damle
0a9f28b48e
Question API on ClusterTemplates
2019-07-01 13:19:39 -07:00
Dax McDonald
a875317c20
Add DeleteNotReadyAfterSecs to nodepool spec
...
This enables deleting nodes after they have been unreachable
for a configurable amount of time
2019-07-01 09:59:33 -07:00
kinarashah
fa18f1e035
rke-tools v0.1.34
2019-06-26 20:38:04 -07:00