Absorb, Acquire, Aggression, Ambush, Amnesia, Anarchist, Anarchy, Anger, Annihilate, Archangel, Arena, Armageddon, Avalanche, Backdraft, Backfire, Backlash, Badlands, Balance, Bayou, Berserk, Bind, Blaze, Blessing, Blight, Blizzard, Boomerang, Brainstorm, Brainwash, Brawl, Brawn, Breach, Breakthrough, Browbeat, Browse, Burnout, Camel, Camouflage, Cancel, Carapace, Cartographer, Castle, Cataclysm, Channel, Chastise, Clairvoyance, Claustrophobia, Cleanse, Cleansing, Clone, Cocoon, Commandeer, Condemn, Condescend, Congregate, Conquer, Conspiracy, Conversion, Cooperation, Crash, Cremate, Crevasse, Crusade, Cunning, Curiosity, Cyclone, Darkness, Deadfall, Decomposition, Deflection, Dehydration, Demolish, Desert, Detonate, Disarm, Disfigure, Disharmony, Disintegrate, Dismantle, Disorder, Dispatch, Disperse, Distress, Downdraft, Dredge, Drought, Drowned, Dystopia, Earthquake, Enrage, Enslave, Envelop, Equilibrium, Equinox, Erase, Erosion, Evacuation, Evaporate, Exclude, E
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exports.checkVersion = function(callback) { | |
var TEST_KEY = "-----Insert TLS private key-----"; | |
var TEST_CERT = "------Insert TLS certificate-----"; | |
var tls = require('tls'); | |
var server = tls.createServer({key: TEST_KEY, cert:TEST_CERT, ALPNProtocols: ['h2']}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/root/.nvm/versions/node/v12.9.1/bin/node", ["node", "-p", "require(\"dns\").resolve4(\"localho"...], [/* 10 vars */]) = 0 | |
brk(NULL) = 0x29b5000 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3 | |
fstat(3, {st_mode=S_IFREG|0644, st_size=8662, ...}) = 0 | |
mmap(NULL, 8662, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f9070747000 | |
close(3) = 0 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
open("/lib/x86_64-linux-gnu/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2020/02/14 00:47:32 Registering 6 clients | |
2020/02/14 00:47:32 Registering 5 informer factories | |
2020/02/14 00:47:32 Registering 19 informers | |
2020/02/14 00:47:32 Registering 12 controllers | |
{"level":"info","ts":"2020-02-14T00:47:32.922Z","caller":"logging/config.go:108","msg":"Successfully created the logger."} | |
{"level":"info","ts":"2020-02-14T00:47:32.922Z","caller":"logging/config.go:109","msg":"Logging level set to info"} | |
{"level":"info","ts":"2020-02-14T00:47:32.925Z","logger":"controller.domainmapping-controller","caller":"domainmapping/controller.go:80","msg":"Setting up event handlers","commit":"9afb93e","knative.dev/controller":"domainmapping-controller"} | |
{"level":"info","ts":"2020-02-14T00:47:32.926Z","logger":"controller.domainmapping-controller","caller":"domainmapping/controller.go:123","msg":"Setting up ConfigMap receivers","commit":"9afb93e","knative.dev/controller":"domainmapping-controller"} | |
{"level":"info","ts":"2020-02-14T00:47:32.926Z","logger":"controller.ingress-controller","caller":"ingress |