liukelin

Results 7 issues of liukelin

{ "took": 4, "timed_out": false, "_shards": { "total": 5, "successful": 5, "failed": 0 }, "hits": { "total": 1, "max_score": 10.979511, "hits": [ { "_index": "ik-test", "_type": "ik-test-doc", "_id": "1501837223", "_score":...

You may also create custom images from cloud servers you have launched ?

Before starting a PR, please read our [contributor tutorial](https://github.com/gophercloud/gophercloud/tree/master/docs/contributor-tutorial). ``` authOpts := gophercloud.AuthOptions{ IdentityEndpoint: cluster.ClusterConfig.IdentityEndpoint, Username: cluster.ClusterConfig.Username, Password: cluster.ClusterConfig.Password, DomainName: cluster.ClusterConfig.DomainName, // DomainName TenantName: namespace, } c, err := openstack.AuthenticatedClient(authOpts)...

266. CONVERSIONS[field_type] = [(FLAG.BINARY, str)] + CONVERSIONS[field_type]

2018/05/28 15:38:40 [error] 5783#504883: *29 lua entry thread aborted: runtime error: ...xt_virus_openresty-code//lua/libs/resty/rediscluster.lua:207: attempt to index local 'slots' (a nil value) stack traceback: coroutine 0: ...xt_virus_openresty-code//lua/libs/resty/rediscluster.lua: in function 'get'

github.com/AliyunContainerService/kubernetes-cronhpa-controller/pkg/apis/autoscaling/v1beta1 imports sigs.k8s.io/controller-runtime/pkg/runtime/scheme: module sigs.k8s.io/controller-runtime@latest found (v0.19.3), but does not contain package sigs.k8s.io/controller-runtime/pkg/runtime/scheme

使用go client api 推进发布,好像没有效果 ``` rollout, err := clientSet.RolloutsV1beta1().Rollouts(namespace).Get(ctx, rolloutsName, metav1.GetOptions{}) rollout.Status.CanaryStatus.CurrentStepState = kruisev1beta1.CanaryStepStateReady _, err = clientSet.RolloutsV1beta1().Rollouts(namespace).Update(ctx, rollout, metav1.UpdateOptions{}) ```