From c701c750ac1464a45fd5a5bd360e905bdc1423cd Mon Sep 17 00:00:00 2001 From: ramnar Date: Wed, 28 Nov 2018 02:15:12 +0530 Subject: [PATCH] Fix for #2696 (#2969) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fix for 2696 FILE: ./keps/sig-cluster-lifecycle/0003-cluster-api.md [✖] https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/apis/kubeadm/v1alpha1/types.go → Status: 404 FILE: ./keps/sig-auth/0014-dynamic-audit-configuration.md [✖] http://github.com/kubernetes/community/blob/master/Users/patrick/go/src/k8s.io/kubernetes/vendor/k8s.io/apiserver/pkg/authorization/authorizer/interfaces.go → Status: 404 FILE: ./sig-apps/agenda.md [✖] www.github.com/kubernetes/helm → Status: 400 Error: ENOENT: no such file or directory, access '/home/jorge/src/kubernetes/community/sig-apps/www.github.com/kubernetes/helm' [✖] https://deis.com/ → Status: 0 Error: ETIMEDOUT FILE: ./sig-cli/migrated-from-wiki/roadmap-kubectl.md [✖] http://kubernetes.sh/kploy/ → Status: 404 * Review Comments incorporated for 2969 FILE: ./sig-apps/agenda.md [✖] www.github.com/kubernetes/helm → Status: 400 Error: ENOENT: no such file or directory, access '/home/jorge/src/kubernetes/community/sig-apps/www.github.com/kubernetes/helm' [✖] https://deis.com/ → Status: 0 Error: ETIMEDOUT * Fix for 2696 FILE: ./keps/sig-cluster-lifecycle/0003-cluster-api.md [✖] https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/apis/kubeadm/v1alpha1/types.go → Status: 404 FILE: ./keps/sig-auth/0014-dynamic-audit-configuration.md [✖] http://github.com/kubernetes/community/blob/master/Users/patrick/go/src/k8s.io/kubernetes/vendor/k8s.io/apiserver/pkg/authorization/authorizer/interfaces.go → Status: 404 FILE: ./sig-apps/agenda.md [✖] www.github.com/kubernetes/helm → Status: 400 Error: ENOENT: no such file or directory, access '/home/jorge/src/kubernetes/community/sig-apps/www.github.com/kubernetes/helm' [✖] https://deis.com/ → Status: 0 Error: ETIMEDOUT FILE: ./sig-cli/migrated-from-wiki/roadmap-kubectl.md [✖] http://kubernetes.sh/kploy/ → Status: 404 Review Comments incorporated for 2969 FILE: ./sig-apps/agenda.md [✖] www.github.com/kubernetes/helm → Status: 400 Error: ENOENT: no such file or directory, access '/home/jorge/src/kubernetes/community/sig-apps/www.github.com/kubernetes/helm' [✖] https://deis.com/ → Status: 0 Error: ETIMEDOUT --- keps/sig-auth/0014-dynamic-audit-configuration.md | 2 +- keps/sig-cluster-lifecycle/0003-cluster-api.md | 2 +- sig-apps/agenda.md | 4 ++-- sig-cli/migrated-from-wiki/roadmap-kubectl.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/keps/sig-auth/0014-dynamic-audit-configuration.md b/keps/sig-auth/0014-dynamic-audit-configuration.md index 3863c058b9e..8a7df026462 100644 --- a/keps/sig-auth/0014-dynamic-audit-configuration.md +++ b/keps/sig-auth/0014-dynamic-audit-configuration.md @@ -201,7 +201,7 @@ parameters. It will then utilize the `LevelAndStages` method in the policy and drop any unneeded sections. The new dynamic backend will implement the `EnforcedSink` interface, and update its state based on a shared informer. For the existing backends to comply, a method will be added that implements the `EnforcedSink` interface. -Implementing the [attribute interface](/Users/patrick/go/src/k8s.io/kubernetes/vendor/k8s.io/apiserver/pkg/authorization/authorizer/interfaces.go) +Implementing the [attribute interface](https://github.com/kubernetes/kubernetes/tree/master/staging/src/k8s.io/apiserver/pkg/authorization/authorizer/interfaces.go) based on the Event struct was also explored. This would allow us to keep the existing `Sink` interfaces, however it would require parsing the request URI twice in the pipeline due to how that field is represented in the Event. This was determined to not be worth the cost. diff --git a/keps/sig-cluster-lifecycle/0003-cluster-api.md b/keps/sig-cluster-lifecycle/0003-cluster-api.md index b6f6a14c7c5..66dc0edfec1 100644 --- a/keps/sig-cluster-lifecycle/0003-cluster-api.md +++ b/keps/sig-cluster-lifecycle/0003-cluster-api.md @@ -128,7 +128,7 @@ These use cases are out of scope entirely: This level of the Cluster Management API describes the global configuration of a cluster. It should be capable of representing the versioning and configuration of the entire control plane, irrespective of the representation of nodes. -Given the recent efforts of SIG Cluster Lifecycle to make kubeadm the de facto standard toolkit for cloud- and vendor-agnostic cluster initialization, and because kubeadm has [an existing API](https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/apis/kubeadm/v1alpha1/types.go) to define the global configuration for a cluster, it makes sense to coalesce the global portion of the Cluster API with the API used by “kubeadm init” to configure a cluster master. +Given the recent efforts of SIG Cluster Lifecycle to make kubeadm the de facto standard toolkit for cloud- and vendor-agnostic cluster initialization, and because kubeadm has [an existing API](https://github.com/kubernetes/kubernetes/blob/master/cmd/kubeadm/app/apis/kubeadm/v1alpha3/types.go) to define the global configuration for a cluster, it makes sense to coalesce the global portion of the Cluster API with the API used by “kubeadm init” to configure a cluster master. A current goal is to make these APIs as cloud-agnostic as possible, so that the entire definition of a Cluster could remain reasonably in-sync across different deployments potentially in different cloud providers, which would help enable hybrid usecases where it’s desirable to have key configuration stay in sync across different clusters potentially in different clouds/environments. However, this goal is balanced against making the APIs coherent and usable, which strict separation may harm. diff --git a/sig-apps/agenda.md b/sig-apps/agenda.md index a0ae8879887..3dddc33c621 100644 --- a/sig-apps/agenda.md +++ b/sig-apps/agenda.md @@ -4,7 +4,7 @@ _Note, the [minutes and agenda have moved to Google Docs](https://docs.google.co ## August 17, 2016 * Intro / Agenda -* Brian Hardock of the Deis Helm team will demo [Helm](www.github.com/kubernetes/helm). +* Brian Hardock of the Deis Helm team will demo [Helm](https://github.com/helm/helm). * Helm is a tool for creating and managing Kubernetes native applications. * Adnan Abdulhussein from Bitnami will walk us through example helm charts for Kubernetes native applications @@ -22,7 +22,7 @@ _Note, the [minutes and agenda have moved to Google Docs](https://docs.google.co ## July 27, 2016 [[notes](minutes/2016-07-27.md)] * Intro -* [Gerred Dillon](https://twitter.com/justicefries) will do a demo of [Deis](https://deis.com/) +* [Gerred Dillon](https://twitter.com/justicefries) will do a demo of [Deis](https://github.com/deis) * Group discussion on Deis * Matt Farina will give an update on results of the sig-apps survey * Open discussion around sig-apps survey diff --git a/sig-cli/migrated-from-wiki/roadmap-kubectl.md b/sig-cli/migrated-from-wiki/roadmap-kubectl.md index e0a9adcd976..62d8b6e710d 100644 --- a/sig-cli/migrated-from-wiki/roadmap-kubectl.md +++ b/sig-cli/migrated-from-wiki/roadmap-kubectl.md @@ -103,7 +103,7 @@ If you'd like to contribute, please read the [conventions](/contributors/devel/k * [Eliminate round-trip conversion of API objects in kubectl](https://github.com/kubernetes/kubernetes/issues/3955) * [Move preferences out of kubeconfig](https://github.com/kubernetes/kubernetes/issues/10693) * And then add more preferences - * Enable/disable explanatory mode (see [kploy output](http://kubernetes.sh/kploy/)) + * Enable/disable explanatory mode (see [kploy output](https://github.com/kubernauts/kploy)) * Permanently disable warnings once displayed * Default labels as columns * Default `--record`, `--save-config`, etc.