mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-20 16:35:12 +00:00
Found another mention of minion changed to node.
This commit is contained in:
@@ -24,7 +24,7 @@ class Registrator:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.ds ={
|
self.ds ={
|
||||||
"creationTimestamp": "",
|
"creationTimestamp": "",
|
||||||
"kind": "Minion",
|
"kind": "Node",
|
||||||
"name": "", # private_address
|
"name": "", # private_address
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"name": "", #private_address,
|
"name": "", #private_address,
|
||||||
|
|||||||
Reference in New Issue
Block a user