I am using docker for the first time and I was trying to implement this - https://docs.docker.com/get-started/part2/#tag-the-image At one stage I was trying to
Is it possible to get k8s nodes without pods running on it from kubectl? Here we have 3 k8s nodes: node1 node2 node3 And a pod runnnig on node1. Can i use kubec
I have an example model that looks like this: public class PersonModel { public int Id {get; set;} public string FirstName {get; set;} public st
I have the following Regex: ^(?P<port_name>[\w\d\/]+)[^\S\r\n]+(?P<description>[\S]+ ?[\S]+)\s+(?P<duplex>[\w]+)\s+ That I use on the followi
I'm trying to have 2 tasks run one after the other, but I don't want to wait for them to finish since I'll be doing that later. Initially I had an implementatio
I have a method where i iterate through list of objects. For each object i want to print the value of 'block_data' based on "block_type" in the order of above t
The api was published from https://hostname:9443/publisher , then try to subscribe an app to invoke it ,there was no response when click next buttonʌ
I'm trying to delete some instructions in IR. For analysis purpose, these instructions are inserted before, and now I need to delete them. BasicBlock::rever