mirror of https://github.com/k3s-io/k3s
revert some unwanted changes
parent
f15c8d0cf5
commit
3964aae385
|
@ -325,8 +325,7 @@ func applyRequest(r *pb.Request, applyV2 etcdserver.ApplierV2) {
|
|||
applyV2.Put(r)
|
||||
case "DELETE":
|
||||
applyV2.Delete(r)
|
||||
//case "POST", "QGET", "SYNC":
|
||||
case "POST", "GET", "SYNC":
|
||||
case "POST", "QGET", "SYNC":
|
||||
return
|
||||
default:
|
||||
glog.Fatal("unknown command")
|
||||
|
|
|
@ -115,7 +115,7 @@ func CreateKubeconfigSecret(clientset *client.Clientset, kubeconfig *clientcmdap
|
|||
return nil, err
|
||||
}
|
||||
|
||||
// Build the secret object with the minimized and flattened
|
||||
// Build the secret object with the minified and flattened
|
||||
// kubeconfig content.
|
||||
secret := &api.Secret{
|
||||
ObjectMeta: api.ObjectMeta{
|
||||
|
|
Loading…
Reference in New Issue