$ kubectl ns
Current default namespace is "koji".
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
- set_fact: | |
data: "{{ data | combine({'spec': 'foo': 'bar', recursive=true) }}" |
This file has been truncated, but you can view the full file.
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
{"level":"info","ts":1586259278.428085,"logger":"cmd","msg":"Go Version: go1.13.8"} | |
{"level":"info","ts":1586259278.4281323,"logger":"cmd","msg":"Go OS/Arch: linux/amd64"} | |
{"level":"info","ts":1586259278.4281423,"logger":"cmd","msg":"Version of operator-sdk: v0.16.0"} | |
{"level":"info","ts":1586259278.4285197,"logger":"cmd","msg":"Watching single namespace.","Namespace":"default"} | |
{"level":"info","ts":1586259278.7432842,"logger":"controller-runtime.metrics","msg":"metrics server is starting to listen","addr":"0.0.0.0:8383"} | |
{"level":"info","ts":1586259278.7450504,"logger":"watches","msg":"Environment variable not set; using default value","envVar":"WORKER_MBOX_APPS_FEDORAPROJECT_ORG","default":1} | |
{"level":"info","ts":1586259278.7452688,"logger":"watches","msg":"Environment variable not set; using default value","envVar":"ANSIBLE_VERBOSITY_MBOX_APPS_FEDORAPROJECT_ORG","default":2} | |
{"level":"info","ts":1586259278.7453985,"logger":"watches","msg":"Environment variable not set; using default value","envVar":"WORKER |
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
{ | |
"swagger": "2.0", | |
"info": { | |
"license": { | |
"name": "GPLv3", | |
"url": "https://www.gnu.org/licenses/quick-guide-gplv3.en.html" | |
}, | |
"title": "Fedora Account Service JSON API", | |
"version": "0.0.1" | |
}, |
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
use std::io::prelude::*; | |
use std::net::TcpStream; | |
fn main() { | |
let mut b = vec![0; 4096]; | |
let mut s = String::new(); | |
let headers = "GET /ip HTTP/1.1\r\nHost: httpbin.org\r\nUser-Agent: foobar/0.0.1\r\nAccept: */*\r\n\r\n"; | |
let mut stream = TcpStream::connect("httpbin.org:80").unwrap(); | |
stream.write(headers.as_bytes()).unwrap(); |
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
import time | |
from celery import group | |
import sources as app | |
def wait_fn(fn): | |
is_ready = fn.ready() | |
while not is_ready: |
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
{"level":"error","ts":1561705894.9195263,"logger":"kubebuilder.controller","msg":"Reconciler error","controller":"pushapplication-controller","request":"unifiedpush/mypushapp","error":"UPS responded with status code: 404, but expected 204","errorVerbose":"UPS responded with status code: 404, but expected 204\ngithub.com/aerogear/unifiedpush-operator/pkg/unifiedpush.UnifiedpushClient.DeleteApplication\n\t/home/lrossett/Work/go/src/github.com/aerogear/unifiedpush-operator/pkg/unifiedpush/client.go:130\ngithub.com/aerogear/unifiedpush-operator/pkg/controller/pushapplication.(*ReconcilePushApplication).Reconcile\n\t/home/lrossett/Work/go/src/github.com/aerogear/unifiedpush-operator/pkg/controller/pushapplication/pushapplication_controller.go:94\ngithub.com/aerogear/unifiedpush-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/home/lrossett/Work/go/src/github.com/aerogear/unifiedpush-operator/vendor/sigs.k8s.io/controller-runtime/pkg/internal/controller/co |
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: v1 | |
kind: Template | |
labels: | |
template: ionic-showcase-server | |
metadata: | |
name: mobile-develope-services-dataSync-demo-server | |
annotations: | |
openshift.io/display-name: Mobile Developer Services Data Sync Example |
NewerOlder