which gives me this ( I'd just stopped the Default Application ): -
So now I have no excuse NOT to know how to do things by the script ….
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...
2 comments:
I like! Very handy. Didn't know about this feature. Thanks for sharing.
Apparently this feature was available back in the day on WAS 6.1, as per this: -
https://www.ibm.com/developerworks/mydeveloperworks/blogs/scottc/entry/zero_wsadmin_knowledge_to_useful_scripts_in_minutes?lang=en
Post a Comment