我有一个停留在Termination上的Kubernetes命名空间。我读过它可能是由于终结器。运行What's your name? daffa
Nice to meet you daffa!
Your age? 12
So, you are already 12 years old, daffa!
Traceback (most recent call last):
File "C:\Users\murtadho\AppData\Local\Programs\Python\Python37\x.py", line
6, in <module>
if age > 50:
TypeError: '>' not supported between instances of 'str' and 'int'
时,我得到以下终结器:
if len([x for x in rich if x in whoAmI]):
print ("You are RICH")
else :
print ("You are POOR")
在此终结器上找不到任何文档。是内置的Kubernetes终结器还是它来自其他地方?