mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	Fix typo
depenging -> depending permssion -> permission Signed-off-by: xuweiwei <xuweiwei_yewu@cmss.chinamobile.com>
This commit is contained in:
		@@ -16,7 +16,7 @@
 | 
				
			|||||||
# to run Fluentd with an Elasticsearch plug-in and the
 | 
					# to run Fluentd with an Elasticsearch plug-in and the
 | 
				
			||||||
# provided configuration file.
 | 
					# provided configuration file.
 | 
				
			||||||
# The image acts as an executable for the binary /usr/sbin/td-agent.
 | 
					# The image acts as an executable for the binary /usr/sbin/td-agent.
 | 
				
			||||||
# Note that fluentd is run with root permssion to allow access to
 | 
					# Note that fluentd is run with root permission to allow access to
 | 
				
			||||||
# log files with root only access under /var/log/containers/*
 | 
					# log files with root only access under /var/log/containers/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# 1. Install & configure dependencies.
 | 
					# 1. Install & configure dependencies.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -77,7 +77,7 @@ func registerFlags(flags *flag.FlagSet, opt *migrateOpts) {
 | 
				
			|||||||
	flags.Uint64Var(&opts.port, "port", 0,
 | 
						flags.Uint64Var(&opts.port, "port", 0,
 | 
				
			||||||
		"etcd client port to use during migration operations. "+
 | 
							"etcd client port to use during migration operations. "+
 | 
				
			||||||
			"This should be a different port than typically used by etcd to avoid clients accidentally connecting during upgrade/downgrade operations. "+
 | 
								"This should be a different port than typically used by etcd to avoid clients accidentally connecting during upgrade/downgrade operations. "+
 | 
				
			||||||
			"If unset default to 18629 or 18631 depenging on <data-dir>.")
 | 
								"If unset default to 18629 or 18631 depending on <data-dir>.")
 | 
				
			||||||
	flags.Uint64Var(&opts.peerPort, "peer-port", 0,
 | 
						flags.Uint64Var(&opts.peerPort, "peer-port", 0,
 | 
				
			||||||
		"etcd peer port to use during migration operations. If unset defaults to 2380 or 2381 depending on <data-dir>.")
 | 
							"etcd peer port to use during migration operations. If unset defaults to 2380 or 2381 depending on <data-dir>.")
 | 
				
			||||||
	flags.StringVar(&opts.peerListenUrls, "listen-peer-urls", "",
 | 
						flags.StringVar(&opts.peerListenUrls, "listen-peer-urls", "",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user