Some major setting modification records when upgrading from kubernetes1.5.2 to kubernetes1.10

Some major setting modification records when upgrading from kubernetes1.5.2 to kubernetes1.10

This article records some major setting changes when upgrading from kubernetes1.5.2 to kubernetes1.10.

Version

Upgrade method

Modify systemd related options after binary replacement

Docker settings

api-server settings

kubelet settings

/etc/kubernetes/kubeconfig content:
[root@host124 ~]# cat /etc/kubernetes/kubeconfig
apiVersion: v1
kind: Config
users: []
preferences: {}
clusters:
- name: default
cluster:
server: http://192.168.163.121:8080
contexts:
- context:
cluster: default
user: “”
name: default
current-context: default
[root@host124 ~]#

Result Confirmation

Version confirmation

[root@host121 ~]# kubectl version
Client Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:55:54Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"10", GitVersion:"v1.10.0", GitCommit:"fc32d2f3698e36b93322a3465f63a14e9f0eaead", GitTreeState:"clean", BuildDate:"2018-03-26T16:44:10Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
[root@host121 ~]#

Confirmation of the composition

[root@host121 ~]# kubectl get node -o wide
NAME STATUS ROLES AGE VERSION EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
192.168.163.122 Ready <none> 11h v1.10.0 <none> CentOS Linux 7 (Core) 3.10.0-693.el7.x86_64 docker://17.12.0-ce
192.168.163.123 Ready <none> 11h v1.10.0 <none> CentOS Linux 7 (Core) 3.10.0-693.el7.x86_64 docker://17.12.0-ce
192.168.163.124 Ready <none> 11h v1.10.0 <none> CentOS Linux 7 (Core) 3.10.0-693.el7.x86_64 docker://17.12.0-ce
[root@host121 ~]#

Summarize

The above is the full content of this article. I hope that the content of this article will have certain reference learning value for your study or work. Thank you for your support of 123WORDPRESS.COM. If you want to learn more about this, please check out the following links

You may also be interested in:
  • Detailed tutorial on installing etcd using binary files
  • K8S binary deployment of K8S (1.15) deployment of hpa function
  • Install Kubernetes 1.18.3 in binary mode

<<:  How to modify the location of data files in CentOS6.7 mysql5.6.33

>>:  WeChat applet + mqtt, esp8266 temperature and humidity reading implementation method

Recommend

vue-cli configuration uses Vuex's full process record

Table of contents Preface Installation and Usage ...

Function overloading in TypeScript

Table of contents 1. Function signature 2. Functi...

Nest.js authorization verification method example

Table of contents 0x0 Introduction 0x1 RBAC Imple...

How to add Tomcat Server configuration to Eclipse

1. Window -> preferences to open the eclipse p...

How to hide and forge version number in Nginx

1. Use curl command to access by default: # curl ...

How to submit the value of a disabled form field in a form Example code

If a form field in a form is set to disabled, the ...

CSS3 achieves flippable hover effect

CSS3 implements a flippable hover effect. The spe...

Comprehensive website assessment solution

<br />Sometimes you may be asked questions l...

Mysql cannot select non-aggregate columns

1. Introduction I recently upgraded my blog and a...

Vue implements form data validation example code

Add rules to the el-form form: Define rules in da...

MySQL 8.0.12 decompression version installation tutorial personal test!

Mysql8.0.12 decompression version installation me...

How to make a website front end elegant and attractive to users

The temperament of a web front-end website is a fe...

CSS uses the autoflow attribute to achieve seat selection effect

1. Autoflow attribute, if the length and width of...

Detailed explanation of Linux curl form login or submission and cookie usage

Preface This article mainly explains how to imple...