This file contains hidden or 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
10:14 $ git diff | |
diff --git a/zeppelin-web/package-lock.json b/zeppelin-web/package-lock.json | |
index 6272b55fd..060d1b9fc 100644 | |
--- a/zeppelin-web/package-lock.json | |
+++ b/zeppelin-web/package-lock.json | |
@@ -25,7 +25,7 @@ | |
"angular-ui-ace": "0.2.3", | |
"angular-ui-bootstrap": "~2.5.0", | |
"angular-ui-grid": "4.4.6", | |
- "angular-websocket": "1.1.0", |
This file contains hidden or 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
--- | |
apiVersion: apps/v1 | |
kind: Deployment | |
metadata: | |
annotations: | |
image.openshift.io/triggers: >- | |
[{"from":{"kind":"ImageStreamTag","name":"zeppelin-server:0.9.0-SNAPSHOT"},"fieldPath":"spec.template.spec.containers[?(@.name==\"zeppelin-server\")].image"}] | |
name: zeppelin-server | |
labels: | |
app.kubernetes.io/name: zeppelin-server |
This file contains hidden or 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
# | |
# Licensed to the Apache Software Foundation (ASF) under one or more | |
# contributor license agreements. See the NOTICE file distributed with | |
# this work for additional information regarding copyright ownership. | |
# The ASF licenses this file to You under the Apache License, Version 2.0 | |
# (the "License"); you may not use this file except in compliance with | |
# the License. You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |
This file contains hidden or 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
I0121 09:40:06.446060 3170437 daemon.go:732] Current config: rendered-master-d4e52c2c27744f3ae443602918e3aa3d | |
I0121 09:40:06.446126 3170437 daemon.go:733] Desired config: rendered-master-cda1ce1189bba1a7205e5ce5dc526991 | |
I0121 09:40:06.458138 3170437 daemon.go:423] Detected a login session before the daemon took over on first boot | |
I0121 09:40:06.458191 3170437 daemon.go:424] Applying annotation: machineconfiguration.openshift.io/ssh | |
I0121 09:40:06.473826 3170437 daemon.go:959] Validating against current config rendered-master-d4e52c2c27744f3ae443602918e3aa3d | |
I0121 09:40:06.480093 3170437 daemon.go:972] Validated on-disk state | |
I0121 09:40:06.480160 3170437 update.go:234] Checking Reconcilable for config rendered-master-d4e52c2c27744f3ae443602918e3aa3d to rendered-master-cda1ce1189bba1a7205e5ce5dc526991 | |
I0121 09:40:06.480997 3170437 update.go:1042] Starting update from rendered-master-d4e52c2c27744f3ae443602918e3aa3d to rendered-master-cda1ce1189bba1a7205e5ce5dc526991: &{osUpdate:true kargs:false fips:false pass |
This file contains hidden or 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
The CustomResourceDefinition "scheduledsparkapplications.sparkoperator.k8s.io" is invalid: spec.validation.openAPIV3Schema: Invalid value: apiextensions.JSONSchemaProps{ID:"", Schema:"", Ref:(*string)(nil), Description:"", Type:"object", Format:"", Title:"", Default:(*apiextensions.JSON)(nil), Maximum:(*float64)(nil), ExclusiveMaximum:false, Minimum:(*float64)(nil), ExclusiveMinimum:false, MaxLength:(*int64)(nil), MinLength:(*int64)(nil), Pattern:"", MaxItems:(*int64)(nil), MinItems:(*int64)(nil), UniqueItems:false, MultipleOf:(*float64)(nil), Enum:[]apiextensions.JSON(nil), MaxProperties:(*int64)(nil), MinProperties:(*int64)(nil), Required:[]string{"metadata", "spec"}, Items:(*apiextensions.JSONSchemaPropsOrArray)(nil), AllOf:[]apiextensions.JSONSchemaProps(nil), OneOf:[]apiextensions.JSONSchemaProps(nil), AnyOf:[]apiextensions.JSONSchemaProps(nil), Not:(*apiextensions.JSONSchemaProps)(nil), Properties:map[string]apiextensions.JSONSchemaProps{"status":apiextensions.JSONSchemaProps{ID:"", Schema:"", Ref:(*str |
This file contains hidden or 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
--- | |
kind: "BuildConfig" | |
apiVersion: "v1" | |
metadata: | |
name: "mytestbuild" | |
spec: | |
runPolicy: "Serial" | |
source: | |
dockerfile: |- | |
FROM golang:alpine AS builder |