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 implements the countdown component for second kills

This article shares the specific code of Vue to i...

The principle and application of ES6 deconstruction assignment

Table of contents Array destructuring assignment ...

Ubuntu 20.04 Chinese input method installation steps

This article installs Google Input Method. In fac...

How to install JDK 13 in Linux environment using compressed package

What is JDK? Well, if you don't know this que...

Detailed explanation of Linux system directories sys, tmp, usr, var!

The growth path from a Linux novice to a Linux ma...

Summary of MySQL password modification methods

Methods for changing passwords before MySQL 5.7: ...

How to install Nginx in CentOS

Official documentation: https://nginx.org/en/linu...

An example of how to quickly deploy web applications using Tomcat in Docker

After learning the basic operations of Docker, we...

Tutorial on installing GreasyFork js script on mobile phone

Table of contents Preface 1. Iceraven Browser (Fi...

Node uses koa2 to implement a simple JWT authentication method

Introduction to JWT What is JWT The full name is ...

How to add links to FLASH in HTML and make it compatible with all major browsers

Look at the code first Copy code The code is as fo...

How to Run a Command at a Specific Time in Linux

The other day I was using rsync to transfer a lar...

How to package the project into docker through idea

Many friends have always wanted to know how to ru...