Update k8s.yaml Verified e6a352b kakaNo1 merged commit 2d03d2b into master Dec 11, 2020 kakaNo1 deleted the kakaNo1-patch-1-1 branch December 11, 2020 03:31 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews...
1 首先梳理整个步骤 首先开发人员需要在本地调试代码并且运维人员写好dockerfile 同时写好K8S的yaml,本次实验用的是jenkinsfile 所以还需要编写好jenkinsfile 2 简单的代码目录结构如下 3 结构梳理 jenkins点击构建之后回去代码库拉代码 由于我们选择了Jenkinsfile 所以代码拉去之后会按照Jenkinsfile 里面的内容执行 Jenkins...
### --- Jenkins下k8s多集群配置~~~ 首先需要创建一个PKCS格式的证书,就是把服务器的密钥对,实体证书或者中间证书转换成一个文件, ~~~用这个文件分解成各种证书, ~~~ # Jenkins下配置多个k8s集群 ~~~ Dashboard——>Manager Jenkins——>Configure System——>Cloud:The cloud configuration has movedtoa sep...
Error: unable to build kubernetes objects from release manifest: resource mapping not found for name: aws-node-termination-handler namespace: from : no matches for kind PodSecurityPolicy in version policy/v1beta1 ensure CRDs are installed first My question is, wherecan I find those secrets i...
I suspect that this is caused by something in the underlying k8s configuration of the cluster canceling the pods. Is it possible for someone who's affected by this to do adescribeon one of the cancelled pods and share the output?
📚 To learn more about DevOps and SRE, check the resources in devops-resources repository DevOps Jenkins Git Ansible Network Linux Terraform Coding Python Go Shell Scripting Kubernetes Prometheus Mongo Cloud AWS Azure Google Cloud Platform OpenStack Security Puppet Monitoring Elastic Virtualization DNS...
📚 To learn more about DevOps and SRE, check the resources in devops-resources repository DevOps Jenkins Git Ansible Network Linux Terraform Coding Python Go Shell Scripting Kubernetes Prometheus Mongo Cloud AWS Azure Google Cloud Platform OpenStack Security Puppet Monitoring Elastic Virtualization DNS...
I node resources abundant, I doubt yaml files and the underlying environmental rules do not match fabric8-forge log: ID: 35426 Address: http://192.168.1.155:31007/api/forge/command/execute/project-new?kubeUserName=admin&secret=gogs-https-admin&secretNamespace=user-secrets-source-admin Encoding: ...
"jenkins-master" image: "k8s.harbor.maimaiti.site/system/jenkins" imageTag: "lts" imagePullPolicy: "Always" imagePullSecretName: # Optionally configure lifetime for master-container lifecycle: # postStart: # exec: # command: # - "uname" # - "-a" numExecutors: 0 # configAutoReload requir...
apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: annotations: rbac.authorization.kubernetes.io/autoupdate: "true" creationTimestamp: null labels: kubernetes.io/bootstrapping: rbac-defaults name: cluster-admin rules: - apiGroups: - '*' resources: - '*' verbs: - '*' - ...