Skip to content

Instantly share code, notes, and snippets.

View Moser-ss's full-sized avatar
:octocat:
I <3 GitHub Actions

Stephane Moser Moser-ss

:octocat:
I <3 GitHub Actions
View GitHub Profile
2022-09-29T15:47:04Z INFO controller-runtime.metrics Metrics server is starting to listen {"addr": "0.0.0.0:8443"}
2022-09-29T15:47:04Z INFO actions-runner-controller Initializing actions-runner-controller {"version": "v0.26.0", "default-scale-down-delay": "10m0s", "sync-period": "1m0s", "default-runner-image": "summerwind/actions-runner:latest", "default-docker-image": "docker:dind", "common-runnner-labels": null, "leader-election-enabled": true, "leader-election-id": "actions-runner-controller", "watch-namespace": "actions-runner-system-test"}
2022-09-29T15:47:04Z INFO controller-runtime.builder Registering a mutating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=Runner", "path": "/mutate-actions-summerwind-dev-v1alpha1-runner"}
2022-09-29T15:47:04Z INFO controller-runtime.webhook Registering webhook {"path": "/mutate-actions-summerwind-dev-v1alpha1-runner"}
2022-09-29T15:47:04Z INFO controller-runtime.builder Registering a validating webhook {"GVK": "actions.summerwind.dev/v1alpha1, Kind=Runner",
{
"deal" : {
"title":"foo title",
"value": 25,
"currency":"EUR"
},
"activities":[
{
"type":"call"
}
@Moser-ss
Moser-ss / index-wordpress.ts
Last active August 11, 2020 20:08
Create a eks cluster and mongodb
// Copyright 2016-2019, Pulumi Corporation. All rights reserved.
// this example also failed in the creation of PresistentVolumeClaim
// it is based in this example https://github.com/pulumi/kubernetes-guides/tree/master/apps/wordpress
import * as awsx from '@pulumi/awsx';
import * as eks from '@pulumi/eks';
import * as random from "@pulumi/random";
import * as k8s from '@pulumi/kubernetes';
const projectName = 'fogos-pt';
// Create a VPC for our cluster.