mirror of https://github.com/kubeflow/examples.git
				
				
				
			Add namespace to ksonnet apply command (#57)
* Add namespace to ksonnet apply command * Resolve lint issues in flask_web/app.py
This commit is contained in:
		
							parent
							
								
									1c72cf942f
								
							
						
					
					
						commit
						063c9a55c8
					
				| 
						 | 
				
			
			@ -396,4 +396,4 @@ exclude-protected=_asdict,_fields,_replace,_source,_make
 | 
			
		|||
 | 
			
		||||
# Exceptions that will emit a warning when being caught. Defaults to
 | 
			
		||||
# "Exception"
 | 
			
		||||
overgeneral-exceptions=Exception
 | 
			
		||||
overgeneral-exceptions=Exception
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -0,0 +1,7 @@
 | 
			
		|||
<h1>Issue Summary</h1>
 | 
			
		||||
<p>{{issue_summary}}</p>
 | 
			
		||||
 | 
			
		||||
<h2>Issue text</h1>
 | 
			
		||||
<p>{{issue_text}}</p>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -1,7 +0,0 @@
 | 
			
		|||
<h1>Summary</h1>
 | 
			
		||||
<p>{{summary}}</p>
 | 
			
		||||
 | 
			
		||||
<h2>Issue text</h1>
 | 
			
		||||
<p>{{issue_text}}</p>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -41,7 +41,7 @@ ks generate deployed-service issue-summarization-ui \
 | 
			
		|||
  --image gcr.io/gcr-repository-name/issue-summarization-ui:0.1 \
 | 
			
		||||
  --type ClusterIP
 | 
			
		||||
ks param set issue-summarization-ui namespace $NAMESPACE
 | 
			
		||||
ks apply cloud -c issue-summarization-ui
 | 
			
		||||
ks apply cloud -n $NAMESPACE -c issue-summarization-ui
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
TODO: Figure out why deployed-service prototype does not pick up the
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue