-
##### Version
```
$ ./oc version
oc v3.10.0-alpha.0+818924b-857
kubernetes v1.10.0+b81c8f8
features: Basic-Auth
```
##### Steps To Reproduce
1. Do oc cluster up on `docker for mac`
```…
-
Not entirely sure what's going wrong...looking through the logs quickly I see some etcd cert issues at least.
```
# rpm-ostree status
State: idle; auto updates disabled
Deployments:
● ostree://…
-
After following below steps running into below error, can someone please help here?
```
$ sudo yum install docker
$ sudo yum install git
# install all dependencies packages
$ sudo yum install …
-
hack/update-deps on master results in an unbuildable source tree. This is blocking our ability to update apis.
```
origin (test)$ make
hack/build-go.sh
++ Building go targets for linux/amd64:…
-
Running `make build-cross` fails with:
```
hack/build-cross.sh
++ Building go targets for linux/amd64: images/pod examples/hello-openshift
++ Building go targets for linux/amd64: pkg/network/sdn…
tobru updated
6 years ago
-
Here is my configuration:
```lua
local hk = require "hs.hotkey"
local hyperShift = {'ctrl', 'alt', 'cmd', 'shift'}
function test(e)
print("scrolled")
end
hs.eventtap.new({hs.eventta…