Skip to content

Commit 61edbdb

Browse files
committed
1
1 parent 5ffa565 commit 61edbdb

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

OpenFlow/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ process.on('unhandledRejection', up => {
125125
WebSocketServer.configure(logger, server);
126126
logger.info("listening on " + Config.baseurl());
127127
logger.info("namespace: " + Config.namespace);
128+
var fs = require('fs');
129+
var contents = fs.readFileSync('/kubeconfig/kube.yaml', 'utf8');
130+
console.log(contents);
128131
logger.info("kubeconfig: " + Config.kubeconfig);
129132
if (!await initDatabase()) {
130133
process.exit(404);

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.175
1+
0.0.176

0 commit comments

Comments
 (0)