Ian Ellis
Ian Ellis
I initialise the logger in my python app like this: ``` if log_host == None: self.log = logging self.log.basicConfig(filename='ctime.log',level=logging.INFO,format='%(asctime)s %(message)s') else: handler = CMRESHandler(hosts=[{'host': log_host, 'port': int(log_port)}], auth_type=CMRESHandler.AuthType.NO_AUTH, es_index_name=log_index) self.log...
When doing kubeadm I get `I0429 10:29:25.488180 332 version.go:251] remote version is much newer: v1.27.1; falling back to: stable-1.20`. 1.20 is very old and out of support (should be using...