• k8s-merge-robot's avatar
    Merge pull request #28938 from madhusudancs/fed14-kubeconfig-secret-name · c305c39b
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Change the name of the secret that delivers federation kubeconfig.
    
    ```release-note
    Federation API server kubeconfig secret consumed by federation-controller-manager has a new name.
    
    If you are upgrading your Cluster Federation components from v1.3.x, please run this command to migrate the federation-apiserver-secret to federation-apiserver-kubeconfig serect;
    
    $ kubectl --namespace=federation get secret federation-apiserver-secret -o json | sed 's/federation-apiserver-secret/federation-apiserver-kubeconfig/g' | kubectl create -f -
    
    You might also want to delete the old secret using this command:
    
    $ kubectl delete secret --namespace=federation federation-apiserver-secret
    ```
    
    The current name, federation-apiserver-secret, is very similar to the
    other secret we have, federation-apiserver-secrets, that delivers
    somewhat similar data but in a different format. This is extremely
    confusing, particularly while debugging.
    
    This change should soothe the pain.
    
    cc @kubernetes/sig-cluster-federation 
    c305c39b
Name
Last commit
Last update
.github Loading commit data...
Godeps Loading commit data...
api/swagger-spec Loading commit data...
build Loading commit data...
cluster Loading commit data...
cmd Loading commit data...
contrib Loading commit data...
docs Loading commit data...
examples Loading commit data...
federation Loading commit data...
hack Loading commit data...
hooks Loading commit data...
logo Loading commit data...
pkg Loading commit data...
plugin Loading commit data...
release Loading commit data...
test Loading commit data...
third_party Loading commit data...
vendor Loading commit data...
www Loading commit data...
.generated_docs Loading commit data...
.gitignore Loading commit data...
CHANGELOG.md Loading commit data...
CONTRIB.md Loading commit data...
CONTRIBUTING.md Loading commit data...
DESIGN.md Loading commit data...
LICENSE Loading commit data...
Makefile Loading commit data...
Makefile.generated_files Loading commit data...
README.md Loading commit data...
Vagrantfile Loading commit data...
code-of-conduct.md Loading commit data...