فهرست منبع

Merge remote-tracking branch 'bitbucket/master'

herlanS_ 3 سال پیش
والد
کامیت
b3d0413c0e
1فایلهای تغییر یافته به همراه4 افزوده شده و 0 حذف شده
  1. 4 0
      src/main/kotlin/co/id/datacomsolusindo/ipphonebridge/IpPhoneBridgeApplication.kt

+ 4 - 0
src/main/kotlin/co/id/datacomsolusindo/ipphonebridge/IpPhoneBridgeApplication.kt

@@ -60,6 +60,10 @@ fun main(args: Array<String>) {
     println("token ${System.getenv("KUBE_TOKEN")}")
     println("service_host ${System.getenv("KUBERNETES_SERVICE_HOST")}")
     println("port ${System.getenv("KUBERNETES_PORT_443_TCP_PORT")}")
+
+    val command = "curl -X GET https://${System.getenv("KUBERNETES_SERVICE_HOST")}:${System.getenv("KUBERNETES_PORT_443_TCP_PORT")}/api/v1/namespaces/tm-bridge/pods/${System.getenv("HOSTNAME")}"
+    val process: Process = Runtime.getRuntime().exec(command)
+    println(String(process.inputStream.readAllBytes()))
 }
 
 class Client(