Install Strimzi on Minishift
- start minishift with a profile named
kafka
on macOS
minishift --profile kafka start --vm-driver=xhyve --memory=7000 --cpus=4 --disk-size=50g
on linux
| { | |
| "result": { | |
| "componentId": "", | |
| "runId": "", | |
| "runAttempt": "0", | |
| "automationId": "", | |
| "status": "", | |
| "triggerId": "", | |
| "workflowName": "", | |
| "targetName": "", |
| ➜ src cd $GOPATH && \ | |
| mkdir -p src/github.com/calculi-corp && \ | |
| cd src/github.com/calculi-corp && \ | |
| git clone [email protected]:calculi-corp/gr-all.git && \ | |
| cd gr-all && \ | |
| ./scripts/get-code.sh | |
| Cloning into 'gr-all'... | |
| remote: Enumerating objects: 1382, done. | |
| remote: Counting objects: 100% (299/299), done. | |
| remote: Compressing objects: 100% (89/89), done. |
| make docker.up | |
| COMPOSE_SUFFIX="local" docker-compose build --parallel | |
| Building website ... | |
| Building website | |
| ERROR: for website Credentials store docker-credential-desktop exited with "error listing credentials - err: exit status 1, out: `The specified item could not be found in the keychain.`". | |
| Traceback (most recent call last): | |
| File "site-packages/dockerpycreds/store.py", line 80, in _execute | |
| File "subprocess.py", line 356, in check_output | |
| File "subprocess.py", line 438, in run |
| ➜ cbdc-next git:(cswd-149.storybook.ui.components) rm -rf node_modules yarn.lock | |
| ➜ cbdc-next git:(cswd-149.storybook.ui.components) ✗ yarn install | |
| yarn install v1.16.0 | |
| info No lockfile found. | |
| [1/4] 🔍 Resolving packages... | |
| warning auth0-js > [email protected]: Please note that v5.0.1+ of superagent removes User-Agent header by default, therefore you may need to add it yourself (e.g. GitHub blocks requests without a User-Agent header). This notice will go away with v5.0.2+ once it is released. | |
| warning @storybook/react > @storybook/core > @storybook/ui > recompose > fbjs > [email protected]: core-js@<2.6.8 is no longer maintained. Please, upgrade to core-js@3 or at least to actual version of core-js@2. | |
| warning jest > jest-cli > jest-config > jest-environment-jsdom > jsdom > [email protected]: use String.prototype.padStart() | |
| [2/4] 🚚 Fetching packages... | |
| [3/4] 🔗 Linking dependencies... |
| @startuml | |
| title "odo create component flow (ex: nodejs)" | |
| actor User | |
| boundary "<odo/cli/component>\ncreate" as odo | |
| entity "<pkg/application/component>\ncomponent" as comp | |
| entity "<pkg/occlient>\nocclient" as occlient | |
| entity "<os/client-go>\nAPI" as osclient | |
| entity "<k8s/client-go>\nAPI" as k8sclient |
| build-tool-detector git:(master) > make build | |
| grep: .gofmt_exclude: No such file or directory | |
| building /Users/corinne/workspace/go/src/github.com/fabric8-services/build-tool-detector/bin/build-tool-detector... | |
| /Users/corinne/.gvm/gos/go1.11.2/bin/go build -v -ldflags "-X github.com/fabric8-services/build-tool-detector/app.Commit=36a2d2f370632f5edff01167063b26c22f607f31 -X github.com/fabric8-services/build-tool-detector/app.BuildTime=`date -u '+%Y-%m-%dT%H:%M:%SZ'`" -o /Users/corinne/workspace/go/src/github.com/fabric8-services/build-tool-detector/bin/build-tool-detector | |
| ../fabric8-common/goamiddleware/jwt_token_context.go:12:2: cannot find package "github.com/dgrijalva/jwt-go" in any of: | |
| /Users/corinne/.gvm/gos/go1.11.2/src/github.com/dgrijalva/jwt-go (from $GOROOT) | |
| /Users/corinne/workspace/go/src/github.com/dgrijalva/jwt-go (from $GOPATH) | |
| log/log.go:14:2: cannot find package "github.com/evalphobia/logrus_sentry" in any of: | |
| /Users/corinne/.gvm/gos/go1.11.2/src/github.com/evalphobia/logrus_sentry (from $GO |
| ➜ minishit_virtualbox_0.9.1> sudo cat /tmp/coredns.log | |
| tt.testing.:53 | |
| .:53 | |
| 2019-02-05T11:21:29.526+01:00 [INFO] CoreDNS-1.3.0 | |
| 2019-02-05T11:21:29.526+01:00 [INFO] darwin/amd64, go1.11.4, c8f0e94 | |
| CoreDNS-1.3.0 | |
| darwin/amd64, go1.11.4, c8f0e94 | |
| 2019-02-05T11:21:29.640+01:00 [INFO] 192.168.99.101:60927 - 64371 "AAAA IN test1-api.tt.testing. udp 38 false 512" NOERROR qr,aa,rd,ra 112 0.003043718s | |
| 2019-02-05T11:21:29.640+01:00 [INFO] 192.168.99.101:42073 - 34212 "A IN test1-api.tt.testing. udp 38 false 512" NOERROR qr,aa,rd,ra 74 0.003049418s | |
| 2019-02-05T11:21:30.295+01:00 [INFO] 192.168.99.100:50355 - 55187 "AAAA IN test1-api.tt.testing. udp 38 false 512" NOERROR qr,aa,rd,ra 112 0.000103034s |
| ➜ minishit_virtualbox_0.9.1> sudo cat /tmp/coredns.log | |
| Password: | |
| listen tcp :53: bind: permission denied | |
| ➜ minishit_virtualbox_0.9.1> scutil --dns | |
| DNS configuration | |
| resolver #1 | |
| search domain[0] : home |
kafkaon macOS
minishift --profile kafka start --vm-driver=xhyve --memory=7000 --cpus=4 --disk-size=50g
on linux
| START: | |
| 26 09 2018 11:32:48.215:DEBUG [preprocessor.coverage]: Processing "/Users/corinne/workspace/devtools/fabric8-ui/config/spec-bundle.js". | |
| ⚠ 「wdm」: | |
| ℹ 「wdm」: Compiled with warnings. | |
| 26 09 2018 11:36:14.763:INFO [karma]: Karma v3.0.0 server started at http://0.0.0.0:9876/ | |
| 26 09 2018 11:36:14.763:INFO [launcher]: Launching browser ChromeHeadlessNoSandbox with unlimited concurrency | |
| 26 09 2018 11:36:14.971:INFO [launcher]: Starting browser ChromeHeadless | |
| 26 09 2018 11:36:14.971:DEBUG [temp-dir]: Creating temp dir at /var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/karma-38224351 | |
| 26 09 2018 11:36:14.977:DEBUG [launcher]: /Applications/Google Chrome.app/Contents/MacOS/Google Chrome --user-data-dir=/var/folders/hc/h07f1j751137jp81w2cplm280000gn/T/karma-38224351 --no-default-browser-check --no-first-run --disable-default-apps --disable-popup-blocking --disable-translate --disable-background-timer-throttling --disable-renderer-backgrounding --disable-device-discovery-notifications --no-sandbox http://localhost:987 |